]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix apparently wrong (!?) conditional...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Sep 2010 14:30:17 +0000 (14:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Sep 2010 14:30:17 +0000 (14:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@22082 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile

index 7e610285db624389b2ebfc02d9c76ef06dfe5049..bdb94d50bb2ba451f2c1feacbf18cc5508f87e5b 100644 (file)
@@ -60,7 +60,7 @@ task_%/output : task_%/exe
 # all .cc-files are tests, though the test bdm.cc appears to be dysfunctional
 # and we don't want the data_out_base_tecplot_bin test if we haven't found the
 # corresponding libraries:
-ifneq (tecio, $(findstring tecio, $LIBS))
+ifeq (, $(findstring tecio, $LIBS))
   tests = $(filter-out bdm data_out_base_tecplot_bin, $(basename $(wildcard *)))
 else
   tests = $(filter-out bdm, $(basename $(wildcard *)))

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.