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