tests files have been moved

This commit is contained in:
Nicolas Cornu 2017-09-06 13:15:18 +02:00 committed by The Phantom Derpstorm
parent 46e05b92e8
commit 96fc84b4ef

View File

@ -70,7 +70,7 @@ if (EXAMPLES)
endif() endif()
if (TESTS) if (TESTS)
file(GLOB TEST_SRC test*.cpp) file(GLOB TEST_SRC tests/test*.cpp)
source_group(tests FILES ${TEST_SRC}) source_group(tests FILES ${TEST_SRC})
add_executable(tests ${TEST_SRC} ${HEADER_SRCS}) add_executable(tests ${TEST_SRC} ${HEADER_SRCS})