20 |
#include "DataTaggedTestCase.h" |
#include "DataTaggedTestCase.h" |
21 |
#include "DataExpandedTestCase.h" |
#include "DataExpandedTestCase.h" |
22 |
#include "DataFactoryTestCase.h" |
#include "DataFactoryTestCase.h" |
|
#include "DataArrayTestCase.h" |
|
23 |
#include "DataArrayViewTestCase.h" |
#include "DataArrayViewTestCase.h" |
24 |
#include "DataBlocks2DTestCase.h" |
#include "DataBlocks2DTestCase.h" |
25 |
#include "DataVectorTestCase.h" |
#include "DataVectorTestCase.h" |
38 |
} |
} |
39 |
|
|
40 |
int main(int argc, char* argv[]) |
int main(int argc, char* argv[]) |
41 |
{ |
{ |
42 |
#ifdef PASO_MPI |
#ifdef PASO_MPI |
43 |
int status = MPI_Init(&argc, &argv); |
int status = MPI_Init(&argc, &argv); |
44 |
if (status != MPI_SUCCESS) { |
if (status != MPI_SUCCESS) { |
56 |
runner.addTest ("DataTagged", DataTaggedTestCase::suite()); |
runner.addTest ("DataTagged", DataTaggedTestCase::suite()); |
57 |
runner.addTest ("DataExpanded", DataExpandedTestCase::suite()); |
runner.addTest ("DataExpanded", DataExpandedTestCase::suite()); |
58 |
runner.addTest ("DataFactory", DataFactoryTestCase::suite()); |
runner.addTest ("DataFactory", DataFactoryTestCase::suite()); |
|
runner.addTest ("DataArray", DataArrayTestCase::suite()); |
|
59 |
runner.addTest ("DataArrayView", DataArrayViewTestCase::suite()); |
runner.addTest ("DataArrayView", DataArrayViewTestCase::suite()); |
60 |
runner.addTest ("DataBlocks2D", DataBlocks2DTestCase::suite()); |
runner.addTest ("DataBlocks2D", DataBlocks2DTestCase::suite()); |
61 |
runner.addTest ("DataVector", DataVectorTestCase::suite()); |
runner.addTest ("DataVector", DataVectorTestCase::suite()); |