Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / test / junit / 01_Test_Hello / TestHello.h
diff --git a/WCudaMSE/Student_Cuda/src/cpp/test/junit/01_Test_Hello/TestHello.h b/WCudaMSE/Student_Cuda/src/cpp/test/junit/01_Test_Hello/TestHello.h
new file mode 100755 (executable)
index 0000000..a715f21
--- /dev/null
@@ -0,0 +1,34 @@
+#ifndef TEST_HELLO_H
+#define TEST_HELLO_H
+
+#include "cpptest.h"
+
+using Test::Suite;
+
+/*----------------------------------------------------------------------*\
+ |*                    Declaration                                     *|
+ \*---------------------------------------------------------------------*/
+
+class TestHello: public Suite
+    {
+    public:
+
+       TestHello(int deviceId);
+
+    private:
+
+       void testHelloCuda(void);
+       void testAdd(void);
+
+    private:
+
+       int deviceId;
+
+    };
+
+#endif
+
+/*----------------------------------------------------------------------*\
+ |*                    End                                             *|
+ \*---------------------------------------------------------------------*/
+