]> https://gitweb.dealii.org/ - dealii.git/commitdiff
skip all-headers/bundled to avoid issues with testing an already installed library
authorTimo Heister <timo.heister@gmail.com>
Fri, 18 Mar 2016 13:50:00 +0000 (14:50 +0100)
committerTimo Heister <timo.heister@gmail.com>
Mon, 4 Apr 2016 12:17:11 +0000 (08:17 -0400)
tests/all-headers/CMakeLists.txt

index eda1e784673ffb8791cc461fb99a4ca2233956f3..80fc01a294b51a15d4e8e7de26cf3b3062ce3eca 100644 (file)
@@ -45,6 +45,10 @@ FILE(GLOB_RECURSE _headers RELATIVE ${_include_dir}/deal.II
   ${_include_dir}/deal.II/*.h
   )
 
+# Do not test bundled headers to avoid issues when tests are run
+# for an already installed library
+STRING(REGEX REPLACE "bundled/[^;]+;?" "" _headers "${_headers}")
+
 FOREACH(_header ${_headers})
   FOREACH(_build ${DEAL_II_BUILD_TYPES})
     STRING(TOLOWER ${_build} _build_lowercase)

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.