From: Denis Davydov Date: Thu, 2 Feb 2017 18:14:24 +0000 (+0100) Subject: more descriptive commands on how to setup tests for an already installed library X-Git-Tag: v8.5.0-rc1~165^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc3131eee6dcbe4492748392393d5ed24cbb397;p=dealii.git more descriptive commands on how to setup tests for an already installed library --- diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index 48350cbe77..4f44e221e4 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -130,9 +130,9 @@ name. the testsuite and run cmake pointing to the tests subdirectory, e.g.,
-$ mkdir tests/build
-$ cd tests/build
-$ cmake ..
+$ mkdir tests_for_installed_dealii
+$ cd tests_for_installed_dealii
+$ cmake -DDEAL_II_DIR=/path/to/installed/dealii /path/to/dealii_source/tests
 
After that the same configuration targets as described above are available.