mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 10:05:51 +08:00
refs #314, samples for Variant tests, fixed some minor things in other samples
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "samplesmetadata.h"
|
||||
#include "samplescontainer.h"
|
||||
#include "samplesjson.h"
|
||||
#include "samplesvariant.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/pqallquantities.h"
|
||||
|
||||
@@ -28,9 +29,11 @@ int main(int argc, char *argv[])
|
||||
Q_UNUSED(argv);
|
||||
|
||||
BlackMisc::initResources();
|
||||
BlackMisc::registerMetadata();
|
||||
CSamplesJson::samples();
|
||||
CSamplesChangeObject::samples();
|
||||
CSamplesContainer::samples();
|
||||
CSamplesMetadata::samples();
|
||||
CSamplesVariant::samples();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user