]> SALOME platform Git repositories - modules/yacs.git/blob - src/runtime/Test/TestRuntime.cxx
Salome HOME
c3de922826887e0968e40a6cfc7bd4d803a72841
[modules/yacs.git] / src / runtime / Test / TestRuntime.cxx
1
2 #include "runtimeTest.hxx"
3
4 using namespace YACS;
5 using namespace std;
6
7 // --- Registers the fixture into the 'registry'
8
9 CPPUNIT_TEST_SUITE_REGISTRATION( RuntimeTest );
10
11 // --- generic Main program from bases/Test
12
13 #include "BasicMainTest.hxx"