]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/Test/TestRuntime.cxx
Salome HOME
PR: merge from BR_DATACONV_PR tag "mergeto_trunk_25oct06"
[modules/yacs.git] / src / runtime / Test / TestRuntime.cxx
diff --git a/src/runtime/Test/TestRuntime.cxx b/src/runtime/Test/TestRuntime.cxx
new file mode 100644 (file)
index 0000000..c3de922
--- /dev/null
@@ -0,0 +1,13 @@
+
+#include "runtimeTest.hxx"
+
+using namespace YACS;
+using namespace std;
+
+// --- Registers the fixture into the 'registry'
+
+CPPUNIT_TEST_SUITE_REGISTRATION( RuntimeTest );
+
+// --- generic Main program from bases/Test
+
+#include "BasicMainTest.hxx"