mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 12:15:36 +08:00
generic type-erased container types CSequence and CCollection, including predicate-based algorithms
refs #81
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* 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 "testcontainers.h"
|
||||
#include "testblackmiscmain.h"
|
||||
|
||||
namespace BlackMiscTest
|
||||
@@ -18,10 +19,12 @@ namespace BlackMiscTest
|
||||
CTestAviation avBaseTests;
|
||||
CTestVectorMatrix vmTests;
|
||||
CTestGeo geoTests;
|
||||
CTestContainers containerTests;
|
||||
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);
|
||||
|
||||
}
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user