Some docs for Tests.cpp

Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian bell
2014-05-20 14:09:04 +02:00
parent a98d9fda71
commit c191c134f3

View File

@@ -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