mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 10:05:51 +08:00
Changed interpolator (preliminary) to work with PQs and new classes, added stubs for unit tests in BlackCore
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "testblackmiscmain.h"
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include "testmain.h"
|
||||
|
||||
using namespace BlackMiscTest;
|
||||
|
||||
/*!
|
||||
* Starter for testcases
|
||||
* Starter for test cases
|
||||
* \brief main
|
||||
* \param argc
|
||||
* \param argv
|
||||
@@ -14,7 +14,7 @@ using namespace BlackMiscTest;
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
CTestMain::unitMain(argc, argv);
|
||||
CBlackMiscTestMain::unitMain(argc, argv);
|
||||
|
||||
// bye
|
||||
return a.exec();
|
||||
|
||||
Reference in New Issue
Block a user