]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Only run the threads test if not in multithreading mode, since the results are otherw...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Sep 2006 18:50:24 +0000 (18:50 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Sep 2006 18:50:24 +0000 (18:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@13897 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile

index ac7f508c1fa46468566a91fd2faf2e9e0597ea96..c2629456c31764bee8eecfac059a881e85a580b5 100644 (file)
@@ -35,7 +35,6 @@ tests_x =  geometry_info_* \
           symmetric_tensor_* \
           full_tensor_* \
            timer \
-          threads \
           polynomial* \
           auto_derivative_function \
           anisotropic_* \
@@ -45,6 +44,10 @@ tests_x =  geometry_info_* \
           utilities_* \
           is_finite
 
+ifeq ($(enable-multithreading),no)
+  tests_x += threads
+endif
+
 # from above list of regular expressions, generate the real set of
 # tests
 expand = $(shell echo $(addsuffix .cc,$(1)) \

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.