X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FStudent_OMP%2Fsrc%2Fcpp%2Ftest%2Funit%2F01_Test_Hello%2FTestHello.h;fp=WCudaMSE%2FStudent_OMP%2Fsrc%2Fcpp%2Ftest%2Funit%2F01_Test_Hello%2FTestHello.h;h=6882d91e3aff5bc9bc01eb4d37bb2a597d75159c;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/Student_OMP/src/cpp/test/unit/01_Test_Hello/TestHello.h b/WCudaMSE/Student_OMP/src/cpp/test/unit/01_Test_Hello/TestHello.h new file mode 100755 index 0000000..6882d91 --- /dev/null +++ b/WCudaMSE/Student_OMP/src/cpp/test/unit/01_Test_Hello/TestHello.h @@ -0,0 +1,28 @@ +#ifndef TEST_HELLO_OMP_H +#define TEST_HELLO_OMP_H + +#include "cpptest.h" + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +class TestHello: public Test::Suite + { + public: + + TestHello(void); + + private: + + void testHelloOMP1(void); + void testHelloOMP2(void); + + }; + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ +