mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 10:26:36 +00:00
Fixing test file name
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ add_compile_options(-W -Wall -Wextra -Wshadow)
|
|||||||
|
|
||||||
if (TEST)
|
if (TEST)
|
||||||
# make unit tests
|
# make unit tests
|
||||||
add_executable(unit_tests sources/hello.cpp tests/test_test.cpp)
|
add_executable(unit_tests sources/hello.cpp tests/hello.cpp)
|
||||||
|
|
||||||
# include criterion & coverage
|
# include criterion & coverage
|
||||||
target_link_libraries(unit_tests criterion -lgcov)
|
target_link_libraries(unit_tests criterion -lgcov)
|
||||||
|
|||||||
Reference in New Issue
Block a user