]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ignore number and type of whitespace in output files.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 May 2001 09:45:56 +0000 (09:45 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 May 2001 09:45:56 +0000 (09:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@4688 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 424288b0b9f5e74a503862286ac1b69f87a5f520..911e24033da1664ded8eee389872ee46d7c55bca 100644 (file)
@@ -35,7 +35,7 @@ endif
        @$(CXX) $(flags) -c $< -o $@
 %.exe :
        @echo =====linking======= $@
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
+       $(CXX) $(LDFLAGS) $(flags:-Kc++eh,) -o $@ $^ $(LIBS)
 
 
 ############################################################
@@ -77,9 +77,9 @@ endif
        @echo '=====Checking======' $<
        @perl -pi $(normalize)  $<
        @if test "x$(verbose)" = "xon" ; then \
-               cmd="diff $< $(patsubst %.output,%.checked, $<)" ; \
+               cmd="diff -w $< $(patsubst %.output,%.checked, $<)" ; \
         else \
-               cmd="diff $< $(patsubst %.output,%.checked, $<) > /dev/null" ; \
+               cmd="diff -w $< $(patsubst %.output,%.checked, $<) > /dev/null" ; \
         fi ; \
         if eval $$cmd ; then \
                echo '=====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.