]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
New make output target.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Mar 2004 15:20:32 +0000 (15:20 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Mar 2004 15:20:32 +0000 (15:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@8823 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile

index 880a152d820f253e5a80828d27870662c0eae115..564f4baf61a407fb4e5e655ed354c30224b29d30 100644 (file)
@@ -58,6 +58,27 @@ build-deal.II: abort.o
        cd deal.II ; $(MAKE) exe
 
 
+# compilation and execution of tests only, no comparison with
+# reference values
+
+output: output-base output-lac output-fe output-deal.II output-bits
+
+output-base: abort.o
+       cd base ; $(MAKE) output
+
+output-lac: abort.o
+       cd lac ; $(MAKE) output
+
+output-fe: abort.o
+       cd fe ; $(MAKE) output
+
+output-bits: abort.o
+       cd bits ; $(MAKE) output
+
+output-deal.II: abort.o
+       cd deal.II ; $(MAKE) output
+
+
 # collect all header files, and for each try to do the following:
 # generate a file tmp.cc that contains nothing but "#include <xxx>"
 # with this particular header file. then try to compile it. this 

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.