From: Ralf Hartmann Date: Thu, 29 Nov 2001 10:56:20 +0000 (+0000) Subject: There are no additional output files any more. X-Git-Tag: v8.0.0~18529 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0484b2dd60dda872c2a4cca0fb86248f4ffd02;p=dealii.git There are no additional output files any more. git-svn-id: https://svn.dealii.org/trunk@5306 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ############################################################