]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update documentation to show how to submit tests results for an already installed... 2748/head
authorDenis Davydov <davydden@gmail.com>
Tue, 5 Jul 2016 14:32:15 +0000 (16:32 +0200)
committerDenis Davydov <davydden@gmail.com>
Tue, 5 Jul 2016 18:20:37 +0000 (20:20 +0200)
doc/developers/testsuite.html

index 833c70b18522833b4a66bb4799a9885901a40e2c..7865b44404916c70a73100ed82e01450cc8676f6 100644 (file)
@@ -727,6 +727,18 @@ $ ctest [...] -V -S ../tests/run_testsuite.cmake
       specify the same options for <code>ctest</code> as explained above.
     </p>
 
+    <p>
+      It is possible to run tests and submit results for an already installed library by
+<pre>
+mkdir build && cd build
+cp $DEAL_II_SOURCE_DIR/CTestConfig.cmake .
+ctest \
+  -DCTEST_SOURCE_DIRECTORY=$DEAL_II_SOURCE_DIR/tests \
+  -DDEAL_II_DIR=$DEAL_II_DIR \
+  [...] -S $DEAL_II_SOURCE_DIR/tests/run_testsuite.cmake -V
+</pre>
+    </p>
+
     <p>
       <b>Note:</b> The default output in script mode is very minimal.
       Therefore, it is recommended to specify <code>-V</code> which will

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.