From 8b468b746559f9b3d7a492480f411a2a34668b49 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 24 Oct 2017 20:33:40 +0200 Subject: [PATCH] mention how to include the main header --- doc/users/testsuite.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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
 
-- 
2.39.5