Skip to content

Commit 7141cd7

Browse files
committed
fix cmake scripts
1 parent 725f02d commit 7141cd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ add_executable(${project_name}-test
3939
)
4040
target_link_libraries(${project_name}-test ${project_name}-lib)
4141
add_dependencies(${project_name}-test ${project_name}-lib)
42+
43+
enable_testing()
44+
add_test(project-tests ${project_name}-test)

0 commit comments

Comments
 (0)