Skip to content
Snippets Groups Projects
Commit be171a3b authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

clean up cmake test code

parent 97a8af02
No related branches found
No related tags found
No related merge requests found
enable_testing()
add_executable( fggl_test
TestFggl.cpp
# TestFggl.cpp
# ecs/ecs.cpp
# ecs3/ecs.cpp
# ecs3/easing.cpp
......@@ -23,8 +23,3 @@ target_link_libraries(fggl_test
include(GoogleTest)
gtest_discover_tests(fggl_test)
add_test(
NAME gtest
COMMAND $<TARGET_FILE:fggl_test>
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment