2018-01-14 13:56:11 +00:00
|
|
|
# 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
|
2018-01-14 12:47:27 +00:00
|
|
|
add_test(NAME "outline-beamer" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl beamer_test)
|
2018-04-22 09:59:19 +00:00
|
|
|
setmarkedtestlabel(outline-beamer "export")
|
2018-01-17 11:28:18 +00:00
|
|
|
# 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)
|