X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FAPI_CppTest%2FSRC%2Fcore%2Fextension%2FcppTest%2B.h;fp=WCudaMSE%2FAPI_CppTest%2FSRC%2Fcore%2Fextension%2FcppTest%2B.h;h=005eb1925500dd5385e5965745fec2493269330e;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_CppTest/SRC/core/extension/cppTest+.h b/WCudaMSE/API_CppTest/SRC/core/extension/cppTest+.h new file mode 100755 index 0000000..005eb19 --- /dev/null +++ b/WCudaMSE/API_CppTest/SRC/core/extension/cppTest+.h @@ -0,0 +1,18 @@ + +#ifndef CPP_TEST_PLUS_H +#define CPP_TEST_PLUS_H + +#include "cpptest.h" +#include + +using std::string; + +bool runTestConsole(string titre, Test::Suite& test); +bool runTestHtml(string titre, Test::Suite& test); + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ +