Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Student_OMP / src / cpp / test / unit / 01_Test_Hello / TestHello.h
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 (executable)
index 0000000..6882d91
--- /dev/null
@@ -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                                             *|
+ \*---------------------------------------------------------------------*/
+