From bd0b9cb877ec6138d6d83727480748d4a676975e Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 16 Apr 2020 09:30:02 +0200 Subject: [PATCH] catch example informative comment --- test/CatchExample.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CatchExample.cpp b/test/CatchExample.cpp index 4db6a5c2..90fd1ed5 100644 --- a/test/CatchExample.cpp +++ b/test/CatchExample.cpp @@ -1,5 +1,7 @@ // Catch Example. // Does not work yet. Problems with linker without main and config folder. +// propably because global object manager and some config files are not supplied +// but mandatory for full compilation of the framework. // Let Catch provide main(): #if defined(UNIT_TEST)