Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Student_OMP / src / cpp / test / unit / 01_Test_Hello / TestHello.h
1 #ifndef TEST_HELLO_OMP_H
2 #define TEST_HELLO_OMP_H
3
4 #include "cpptest.h"
5
6 /*----------------------------------------------------------------------*\
7 |* Declaration *|
8 \*---------------------------------------------------------------------*/
9
10 class TestHello: public Test::Suite
11 {
12 public:
13
14 TestHello(void);
15
16 private:
17
18 void testHelloOMP1(void);
19 void testHelloOMP2(void);
20
21 };
22
23 #endif
24
25 /*----------------------------------------------------------------------*\
26 |* End *|
27 \*---------------------------------------------------------------------*/
28