]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Tests examples/*: also pick up *run_only output variants 17334/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 22 Jul 2024 10:53:09 +0000 (05:53 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 22 Jul 2024 10:53:09 +0000 (05:53 -0500)
tests/examples/CMakeLists.txt.in

index 5be72f7f1c917d5ade32f37f5271fd4a1cb10d31..18416f4f689ca3a286a0a3626970559c9d3ce9d9 100644 (file)
@@ -21,7 +21,9 @@ foreach(_diff_file ${_diff_files})
     )
 
   # Create symbolic links to the output files:
-  file(GLOB _output_files "${_base_directory}/${_step}*.output*")
+  file(GLOB _output_files
+    "${_base_directory}/${_step}*.output*" "${_base_directory}/${_step}*.run_only"
+    )
   foreach(_file ${_output_files})
     get_filename_component(_destination "${_file}" NAME)
     set(_destination "${CMAKE_CURRENT_SOURCE_DIR}/${_destination}")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.