From a4d5a3c4d763dc3b8e6323494d096c3cdf9c6d35 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 29 Nov 2001 10:56:20 +0000 Subject: [PATCH] There are no additional output files any more. git-svn-id: https://svn.dealii.org/trunk@5306 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/fe/Makefile b/tests/fe/Makefile index d8772059d2..d82e04dba3 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -18,16 +18,7 @@ libraries = $(lib-deal2-1d.g) \ $(lib-lac.g) \ $(lib-base.g) -default: run-tests dat-checks - -# additional in this directory: some tests write more than one output -# file. check these as well after all tests have been run. actually, -# check each output file; files that are checked twice don't matter -dat-checks: run-tests - @$(MAKE) do-checks - -check-files = $(subst .output,.check, $(wildcard *.output)) -do-checks: $(check-files) +default: run-tests ############################################################ -- 2.39.5