changed: remove duplicated test

This commit is contained in:
Arne Morten Kvarving 2018-01-24 11:28:52 +01:00
parent 3a03c2226c
commit 0c9ceedc08

View File

@ -287,10 +287,6 @@ foreach (test BoxTest
add_test(NAME ${test} COMMAND ${test} ${_testdir}/integration_tests/)
endforeach ()
add_executable(generated-kw-test ${CMAKE_CURRENT_BINARY_DIR}/inlinekw.cpp)
target_link_libraries(generated-kw-test opmparser boost_test)
add_test(NAME generated-kw-test COMMAND generated-kw-test)
add_executable(parse_write tests/integration/parse_write.cpp)
target_link_libraries(parse_write opmparser boost_test)