Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_CppTest / INC / extension / cppTest+.h
1
2 #ifndef CPP_TEST_PLUS_H
3 #define CPP_TEST_PLUS_H
4
5 #include "cpptest.h"
6 #include <string>
7
8 using std::string;
9
10 bool runTestConsole(string titre, Test::Suite& test);
11 bool runTestHtml(string titre, Test::Suite& test);
12
13 #endif
14
15 /*----------------------------------------------------------------------*\
16 |* End *|
17 \*---------------------------------------------------------------------*/
18