samples and tests for all kbatclist branch changes

refs #81
This commit is contained in:
Klaus Basan
2014-01-02 02:22:13 +00:00
committed by Mathew Sutcliffe
parent 1f2a88e502
commit ab17dabd5b
58 changed files with 6084 additions and 880 deletions

View File

@@ -3,7 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "testphysicalquantities.h"
#include "testaviation.h"
#include "testvectormatrix.h"
#include "testgeo.h"
#include "testcontainers.h"
#include "testvariantandmap.h"
#include "testblackmiscmain.h"
namespace BlackMiscTest
@@ -20,11 +25,13 @@ namespace BlackMiscTest
CTestVectorMatrix vmTests;
CTestGeo geoTests;
CTestContainers containerTests;
CTestVariantAndValueMap variantAndValueMap;
status |= QTest::qExec(&pqBaseTests, argc, argv);
status |= QTest::qExec(&avBaseTests, argc, argv);
status |= QTest::qExec(&vmTests, argc, argv);
status |= QTest::qExec(&geoTests, argc, argv);
status |= QTest::qExec(&containerTests, argc, argv);
status |= QTest::qExec(&variantAndValueMap, argc, argv);
}
return status;