Fixing test file name

This commit is contained in:
Melefo
2020-01-20 21:32:51 +01:00
committed by GitHub
parent 83aff65bfd
commit 522937cef0
+1 -1
View File
@@ -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)