]> git.lyx.org Git - features.git/blobdiff - src/tests/CMakeLists.txt
Merge: Remove tex2lyx defines to allow for newer automake
[features.git] / src / tests / CMakeLists.txt
index 2ac962fcd3921896cfafc451c10b8ca6704a186d..2a8b39e44f9d59b0c07424748b75f76e21188197 100644 (file)
@@ -12,7 +12,6 @@ foreach(_f insets/InsetLayout.cpp Color.cpp Counters.cpp Floating.cpp
   list(APPEND check_layout_SOURCES "${TOP_SRC_DIR}/src/${_f}")
 endforeach()
 
-add_definitions(-DNO_LAYOUT_CSS)
 add_executable(check_layout ${check_layout_SOURCES})
 
 target_link_libraries(check_layout support
@@ -29,4 +28,5 @@ foreach(bns ${layout_files})
 
   add_test(NAME "check_layout/${bns}"
     COMMAND check_layout "${TOP_SRC_DIR}/lib/layouts/${bn}")
+  settestlabel("check_layout/${bns}" "layout")
 endforeach()