From: guido Date: Thu, 17 Jan 2002 14:31:21 +0000 (+0000) Subject: .check renamed to .OK for easier typing X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff63b55db8a993968ebb2f4c295ac30da57d9aa;p=dealii-svn.git .check renamed to .OK for easier typing git-svn-id: https://svn.dealii.org/trunk@5384 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index e86a954bfe..887c86abb3 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -67,7 +67,7 @@ endif ############################################################ -%.check : %.output +%.OK : %.output @echo '=====Checking======' $< @perl -pi $(normalize) $< @if test "x$(verbose)" = "xon" ; then \ @@ -100,7 +100,7 @@ endif report: @today=`date -u +"%Y-%m-%d %H:%M"` ; \ for test in $(sort $(tests)) ; do \ - if (($(MAKE) $$test.check stop_on_error=on 2>&1) > /dev/null); then \ + if (($(MAKE) $$test.OK stop_on_error=on 2>&1) > /dev/null); then \ echo $$today + $$test ; \ else \ echo $$today - $$test ; \ @@ -114,7 +114,7 @@ report: # perform a check. Do it in alphabetical order for better # overview ############################################################ -run-tests: $(tests:%=%.check) +run-tests: $(tests:%=%.OK) diff --git a/tests/base/.cvsignore b/tests/base/.cvsignore index 190c8ef6b7..9791ebfcc8 100644 --- a/tests/base/.cvsignore +++ b/tests/base/.cvsignore @@ -2,5 +2,5 @@ *.testcase *.dat *.output Makefile.depend -*.check +*.check *.OK *.exe diff --git a/tests/deal.II/.cvsignore b/tests/deal.II/.cvsignore index 88144c09da..19bc0ab65a 100644 --- a/tests/deal.II/.cvsignore +++ b/tests/deal.II/.cvsignore @@ -2,5 +2,5 @@ Makefile.depend *.go *.testcase *.output -*.check +*.check *.OK *.exe diff --git a/tests/fe/.cvsignore b/tests/fe/.cvsignore index 69e98c44e7..e25f864271 100644 --- a/tests/fe/.cvsignore +++ b/tests/fe/.cvsignore @@ -1,5 +1,5 @@ Makefile.depend *.output *.testcase *.go -*.check +*.check *.OK *.exe diff --git a/tests/lac/.cvsignore b/tests/lac/.cvsignore index aa005a916d..af2f90d386 100644 --- a/tests/lac/.cvsignore +++ b/tests/lac/.cvsignore @@ -3,5 +3,5 @@ Make.depend Makefile.depend *.testcase *.output T -*.check +*.check *.OK *.exe