Clean up test files

This commit is contained in:
Christophe Riccio
2011-05-11 11:16:02 +01:00
parent e2f3ce429e
commit 464ff7420c
3 changed files with 1 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
function(glmCreateTestGTC NAME)
set(SAMPLE_NAME test-${NAME})
add_executable(${SAMPLE_NAME} ${NAME}.cpp ../test.hpp ../test.cpp)
add_executable(${SAMPLE_NAME} ${NAME}.cpp)
add_test(
NAME ${SAMPLE_NAME}