From: kanschat Date: Wed, 22 Sep 2010 21:14:10 +0000 (+0000) Subject: add missing suffix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c33abb8941e3ff6637b8a93926ae52ac612cc1;p=dealii-svn.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