Salome HOME
447f014c5782a07df883b6cea4e1cf8138487d11
[modules/yacs.git] / src / engine / Test / TestEngine.cxx
1
2 #include "engineTest.hxx"
3
4 using namespace YACS;
5 using namespace std;
6
7 // --- Registers the fixture into the 'registry'
8
9 CPPUNIT_TEST_SUITE_REGISTRATION( EngineTest );
10
11 // --- generic Main program from bases/Test
12
13 #include "BasicMainTest.hxx"