From: Wolfgang Bangerth Date: Fri, 8 Mar 2013 13:46:20 +0000 (+0000) Subject: Update instructions. X-Git-Tag: v8.0.0~1057 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1823cca4357f803c853ed05eee7cfe6752f0eda6;p=dealii.git Update instructions. git-svn-id: https://svn.dealii.org/trunk@28822 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 14cdf5572d..8676f4f330 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -150,24 +150,15 @@

Running it

- To run the testsuite, go into your deal.II directory and do this: + To run the testsuite, go to the directory where you want to test deal.II + and do this:

-       cd /path/to/deal.II
        svn checkout https://svn.dealii.org/trunk/tests
-    
- This should generate a tests/ directory parallel to - the base/, lac/, etc directories. Then - do this: -
        cd tests
-       ./configure
+       DEAL_II_DIR=/a/b/c ./configure
     
- This assumes that you have previously configured your deal.II - installation and sets up a few things, in particular it determines - which system you are on and which compiler you are using, in order - to make sure that the stored correct output for your system and - compiler is used to compare against the output of the tests when - you run them. + where /a/b/c is the installation directory you have told + CMake to install deal.II into previously.

@@ -271,7 +262,7 @@ tests nightly through a cron-job with this command, to have regular test runs.

- +

To get a quick overview you can run

@@ -281,13 +272,13 @@
     at the end:
     
                 Compiling Linking Running   Check      OK     all
-         a-framework	1	1	1	1	1	5	
-                base	0	0	0	2	185	187	
-                 lac	0	0	0	0	117	117	
-                  fe	0	0	0	4	114	118	
-             deal.II	0	0	0	2	291	293	
-         integrators	0	0	0	0	15	15	
-           multigrid	0	0	0	0	35	35	      
+         a-framework	1	1	1	1	1	5
+                base	0	0	0	2	185	187
+                 lac	0	0	0	0	117	117
+                  fe	0	0	0	4	114	118
+             deal.II	0	0	0	2	291	293
+         integrators	0	0	0	0	15	15
+           multigrid	0	0	0	0	35	35
 		 ...
     

@@ -602,4 +593,3 @@ testname/cmp/generic -