CMake: Move biblio test projects into tests group

This commit is contained in:
Vincent van Ravesteijn 2014-02-03 12:56:36 +01:00
parent 915002ed42
commit cda585baf5

View File

@ -10,6 +10,7 @@ set(TESTS "test_biblio")
add_executable(biblio biblio.cpp boost.cpp)
target_link_libraries(biblio ${Lyx_Boost_Libraries})
add_dependencies(lyx_run_tests biblio)
set_target_properties(biblio PROPERTIES FOLDER "tests/frontends")
foreach(tst ${TESTS})
add_test(NAME "frontends/${tst}"