]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: Bugfix: Include the target configuration in build tests
authorMatthias Maier <tamiko@43-1.org>
Thu, 26 Mar 2015 22:20:52 +0000 (23:20 +0100)
committerMatthias Maier <tamiko@43-1.org>
Thu, 26 Mar 2015 22:21:23 +0000 (23:21 +0100)
tests/build_tests/CMakeLists.txt

index 718b570974aa40c9e33319451439df02a936c07e..8248c41196b19227c89b20f983e75aaaf89e0efa 100644 (file)
@@ -22,6 +22,11 @@ PROJECT(testsuite CXX)
 #
 DEAL_II_PICKUP_TESTS()
 
+IF(NOT DEAL_II_TARGET_CONFIG_INCLUDED)
+  INCLUDE(${DEAL_II_TARGET_CONFIG})
+  SET(DEAL_II_TARGET_CONFIG_INCLUDED TRUE)
+ENDIF()
+
 #
 # build_tests tests are special:
 #

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.