]> 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 1ff0ce66a8606d5fb08cd12a25763c52ce76e566..a6d0578030f90b6837fe3cb4798b36a27c7b3e16 100644 (file)
@@ -45,6 +45,7 @@ foreach(_src ${check_PROGRAMS})
                                    -P "${TOP_SRC_DIR}/src/support/tests/supporttest.cmake")
 
        set_target_properties(${_src} PROPERTIES FOLDER "tests/support")
+       add_dependencies(lyx_run_tests ${_src})
 endforeach()