mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-13 13:15:47 +08:00
Changed interpolator (preliminary) to work with PQs and new classes, added stubs for unit tests in BlackCore
This commit is contained in:
21
tests/blackcore/main.cpp
Normal file
21
tests/blackcore/main.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#include "testblackcoremain.h"
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace BlackCoreTest;
|
||||
|
||||
/*!
|
||||
* Starter for test cases
|
||||
* \brief main
|
||||
* \param argc
|
||||
* \param argv
|
||||
* \return
|
||||
*/
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
CBlackCoreTestMain::unitMain(argc, argv);
|
||||
|
||||
// bye
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user