]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/test/CMakeLists.txt
Reduce caption hardcoding
[lyx.git] / src / tex2lyx / test / CMakeLists.txt
index c0ba51deff55da1bf9ed79b67db0f43b420d8efd..3fb1c7bbe84018d0d6333b0cf80941e4c2758f19 100644 (file)
@@ -17,9 +17,11 @@ set(_tex_tests test.ltx
                test-insets.tex
                test-modules.tex
                test-refstyle-theorems.tex
+               test-scr.tex
                test-structure.tex
                verbatim.tex
-               XeTeX-polyglossia.tex)
+               XeTeX-polyglossia.tex
+               algo2e.tex)
 
 foreach(_fl ${_tex_tests})
   set(fl ${_fl})
@@ -35,6 +37,7 @@ foreach(_fl ${_tex_tests})
       -DWORKDIR=${CMAKE_CURRENT_BINARY_DIR}
       -DTESTFILE=${fl}
       -P ${TOP_SRC_DIR}/src/tex2lyx/test/runtests.cmake)
+  set_tests_properties(tex2lyx/roundtrip/${_fl} PROPERTIES RESOURCE_LOCK "runtests.lock" LABELS "roundtrip")
   add_test(NAME tex2lyx/cmplyx/${_fl}
     WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
     COMMAND ${CMAKE_COMMAND}
@@ -48,6 +51,7 @@ foreach(_fl ${_tex_tests})
       -DWORKDIR=${CMAKE_CURRENT_BINARY_DIR}
       -DTESTFILE=${fl}
       -P ${TOP_SRC_DIR}/src/tex2lyx/test/runtests.cmake)
+  set_tests_properties(tex2lyx/cmplyx/${_fl} PROPERTIES RESOURCE_LOCK "runtests.lock" LABELS "cmplyx")
 endforeach()
 
 add_dependencies(lyx_run_tests ${_tex2lyx} ${_lyx})