]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.check renamed to .OK for easier typing
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 17 Jan 2002 14:31:21 +0000 (14:31 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 17 Jan 2002 14:31:21 +0000 (14:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@5384 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index e86a954bfe50987bf0653de6d46306b6646ce0bc..887c86abb37e4a6ef8fe356b8b349537b2223912 100644 (file)
@@ -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)
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.