mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
CMake: Move biblio test projects into tests group
This commit is contained in:
parent
915002ed42
commit
cda585baf5
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user