Ajout des cas de tests pour les TP non-graphiques. Cleanage en tous genres.
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / test / junit / 01c_Saucisson / TestSaucisson.h
diff --git a/WCudaMSE/Student_Cuda/src/cpp/test/junit/01c_Saucisson/TestSaucisson.h b/WCudaMSE/Student_Cuda/src/cpp/test/junit/01c_Saucisson/TestSaucisson.h
new file mode 100755 (executable)
index 0000000..8af4e73
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef TEST_SAUCISSON_H
+#define TEST_SAUCISSON_H
+
+#include "cpptest.h"
+using Test::Suite;
+
+class TestSaucisson : public Suite
+    {
+    public:
+        TestSaucisson(int deviceId);
+
+    private:
+       void testSaucissonCuda();
+
+    private:
+       int deviceId;
+    };
+
+#endif