commit cda585baf50ecee2669b35a9ee4857f2cbcfda1b
Author: Vincent van Ravesteijn <[email protected]>
Date:   Mon Feb 3 12:56:36 2014 +0100

    CMake: Move biblio test projects into tests group

diff --git a/src/frontends/tests/CMakeLists.txt 
b/src/frontends/tests/CMakeLists.txt
index 9641faf..2ac9eb2 100644
--- a/src/frontends/tests/CMakeLists.txt
+++ b/src/frontends/tests/CMakeLists.txt
@@ -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}"

Reply via email to