mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-25 15:39:28 +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)
|
||||
# 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
|
||||
target_link_libraries(unit_tests criterion -lgcov)
|
||||
|
||||
Reference in New Issue
Block a user