]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing suffix
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Sep 2010 21:14:10 +0000 (21:14 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Sep 2010 21:14:10 +0000 (21:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@22122 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile

index bdb94d50bb2ba451f2c1feacbf18cc5508f87e5b..664c5c9509d6f9130d26e5b135b255ecc0199a87 100644 (file)
@@ -61,9 +61,9 @@ task_%/output : task_%/exe
 # and we don't want the data_out_base_tecplot_bin test if we haven't found the
 # corresponding libraries:
 ifeq (, $(findstring tecio, $LIBS))
-  tests = $(filter-out bdm data_out_base_tecplot_bin, $(basename $(wildcard *)))
+  tests = $(filter-out data_out_base_tecplot_bin, $(basename $(wildcard *.cc)))
 else
-  tests = $(filter-out bdm, $(basename $(wildcard *)))
+  tests = $(basename $(wildcard *.cc))
 endif
 
 # add threading tests. note that we have

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.