]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/CMakeLists.txt
Add additional LASSERT-type macros for dealing with various kinds
[lyx.git] / src / support / tests / CMakeLists.txt
index 4f6f3a15f2650e2462f13f6444fa3cfd3a831347..a6d0578030f90b6837fe3cb4798b36a27c7b3e16 100644 (file)
@@ -43,6 +43,9 @@ foreach(_src ${check_PROGRAMS})
                                    -DInput=${src_data_file}
                                    -DOutput=${created_data_file}
                                    -P "${TOP_SRC_DIR}/src/support/tests/supporttest.cmake")
+
+       set_target_properties(${_src} PROPERTIES FOLDER "tests/support")
+       add_dependencies(lyx_run_tests ${_src})
 endforeach()