From: Guido Kanschat Date: Wed, 22 Sep 2010 21:14:10 +0000 (+0000) Subject: add missing suffix X-Git-Tag: v8.0.0~5360 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcca7fa9ace33efc1f867a911b45ea8a57b0d73a;p=dealii.git add missing suffix git-svn-id: https://svn.dealii.org/trunk@22122 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/Makefile b/tests/base/Makefile index bdb94d50bb..664c5c9509 100644 --- a/tests/base/Makefile +++ b/tests/base/Makefile @@ -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