Moved integration tests.

This commit is contained in:
Joakim Hove
2017-06-26 16:21:36 +02:00
parent 416959c359
commit bfca3e895c
16 changed files with 1 additions and 1 deletions

View File

@@ -278,7 +278,7 @@ foreach (test BoxTest
ScheduleCreateFromDeck
TransMultIntegrationTests
)
add_executable(${test} IntegrationTests/${test}.cpp)
add_executable(${test} tests/integration/${test}.cpp)
target_link_libraries(${test} opmparser boost_test)
add_test(NAME ${test} COMMAND ${test} ${_testdir}/integration_tests/)
endforeach ()