lyx_mirror/development/batchtests/CMakeLists.txt
Kornel Benko 1a36fee79d Added testcase for ticket #11156
The test is named "AMS-import", with defined test-labels 'tex2lyx' and 'batch'
2018-05-24 20:49:11 +02:00

11 lines
696 B
CMake

# Checking whether moving beamer slides through the document doesn't break its structure.
# see also https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203281.html
add_test(NAME "outline-beamer" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl beamer_test)
setmarkedtestlabel(outline-beamer "export" "batch")
# Checking that info inset correctly fills up VCS information
# see also bug #10835
add_test(NAME "vcs-info" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl vcs_info_export)
setmarkedtestlabel(vcs-info "batch")
add_test(NAME "AMS-import" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl ams-import)
setmarkedtestlabel(AMS-import "tex2lyx" "batch")