]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/CMakeLists.txt
Improve format specification for 616.
[lyx.git] / development / autotests / CMakeLists.txt
index 208e74be1a257f77c4a91b3d88a9bd5e131dfd24..471922972f0087d9e812bc8d4d32b56d5ab29256 100644 (file)
@@ -122,5 +122,8 @@ if(QT_USES_X11)
 endif()
 
 if (LYX_ENABLE_EXPORT_TESTS)
+  set(lyx_ignored_count 0)
   include(${TOP_SRC_DIR}/development/autotests/ExportTests.cmake)
+  message(STATUS "Number of ignored export tests now ${lyx_ignored_count}")
+  set(LYX_ignored_count ${lyx_ignored_count} PARENT_SCOPE)
 endif()