From c191c134f3f0b3bd687aedbee5cc4ba998c7b4e4 Mon Sep 17 00:00:00 2001 From: Ian bell Date: Tue, 20 May 2014 14:09:04 +0200 Subject: [PATCH] Some docs for Tests.cpp Signed-off-by: Ian bell --- src/Tests/Tests.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Tests/Tests.cpp b/src/Tests/Tests.cpp index 0eb5d619..e2b77b9b 100644 --- a/src/Tests/Tests.cpp +++ b/src/Tests/Tests.cpp @@ -1,4 +1,9 @@ - +/** +This file includes some testing functions that will get built +into the program. Otherwise CTest can be used by removing this file from +the build to avoid double declaration of the main function and +Catch clashing +*/ #include "Tests.h" #if defined ENABLE_CATCH