From fcca7fa9ace33efc1f867a911b45ea8a57b0d73a Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 22 Sep 2010 21:14:10 +0000 Subject: [PATCH] add missing suffix git-svn-id: https://svn.dealii.org/trunk@22122 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5