]> git.lyx.org Git - lyx.git/blob - development/batchtests/CMakeLists.txt
Update tex2lyx tests.
[lyx.git] / development / batchtests / CMakeLists.txt
1 # Checking whether moving beamer slides through the document doesn't break its structure.
2 # see also https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203281.html
3 add_test(NAME "outline-beamer" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl beamer_test)
4 setmarkedtestlabel(outline-beamer "export" "batch")
5 # Checking that info inset correctly fills up VCS information
6 # see also bug #10835
7 add_test(NAME "vcs-info" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl vcs_info_export)
8 setmarkedtestlabel(vcs-info "batch")
9 add_test(NAME "AMS-import" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl ams-import)
10 setmarkedtestlabel(AMS-import "tex2lyx" "batch")