From 825eebba745abe4a553c9ad54d4810af253dd3e2 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 17 Jan 2018 12:28:18 +0100 Subject: [PATCH] tests: missed ref, vcs_info_export moved to new directory, part 3 --- development/batchtests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/batchtests/CMakeLists.txt b/development/batchtests/CMakeLists.txt index 5d27601b88..64d40faf06 100644 --- a/development/batchtests/CMakeLists.txt +++ b/development/batchtests/CMakeLists.txt @@ -1,3 +1,6 @@ # 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) +# 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)