]> git.lyx.org Git - lyx.git/blob - development/batchtests/CMakeLists.txt
tests: missed ref, vcs_info_export moved to new directory, part 3
[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 # Checking that info inset correctly fills up VCS information
5 # see also bug #10835
6 add_test(NAME "vcs-info" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl vcs_info_export)