From: Denis Davydov Date: Tue, 24 Oct 2017 18:33:40 +0000 (+0200) Subject: mention how to include the main header X-Git-Tag: v9.0.0-rc1~888^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b468b746559f9b3d7a492480f411a2a34668b49;p=dealii.git mention how to include the main header --- diff --git a/doc/users/testsuite.html b/doc/users/testsuite.html index e0cd571493..367e85151f 100644 --- a/doc/users/testsuite.html +++ b/doc/users/testsuite.html @@ -165,7 +165,11 @@ Total Test time (real) = 1.72 sec as a second example a project is presented that consists of a support library "support" and an executable "step". The task shall be to provide unit tests for the library "support" and simple configuration - type tests for "step". In detail: + type tests for "step". We shall assume that all the + functions and classes are declared in a single header support.h + to be included #include <support.h> from the executable "step" + and units tests for the library. + In detail the directory and file layout is as follows:
 CMakeLists.txt