We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185b723 commit 0c6cab2Copy full SHA for 0c6cab2
tests/CMakeLists.txt
@@ -32,6 +32,7 @@ target_link_libraries(AttachConsole PRIVATE doctest::doctest cpp-terminal::cpp-t
32
add_executable(AttachConsoleMinimal WIN32 attach_console_minimal.test.cpp)
33
target_link_libraries(AttachConsoleMinimal PRIVATE doctest::doctest cpp-terminal::cpp-terminal)
34
35
+add_executable(file.test file.test.cpp)
36
target_link_libraries(file.test PRIVATE doctest::doctest cpp-terminal::cpp-terminal)
37
doctest_discover_tests(file.test)
38
0 commit comments