mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
#refs 185 , added samples for blacksim classes
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "blacksim/blacksimfreefunctions.h"
|
||||
#include "samplesfscommon.h"
|
||||
#include "samplesfsx.h"
|
||||
#include <QCoreApplication>
|
||||
|
||||
/*!
|
||||
@@ -13,7 +14,8 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
BlackSim::registerMetadata();
|
||||
BlackSimTest::CSamplesFsCommon::samples();
|
||||
// BlackSimTest::CSamplesFsCommon::samples();
|
||||
BlackSimTest::CSamplesFsx::samples();
|
||||
QCoreApplication a(argc, argv);
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user