mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Changed order of samples directory, started with aviation classes.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include "testphysicalquantitiesbase.h"
|
||||
#include "testaviationbase.h"
|
||||
|
||||
namespace BlackMiscTest{
|
||||
|
||||
@@ -11,7 +12,7 @@ namespace BlackMiscTest{
|
||||
* Avoids clashes with other main(..) functions and allows to fire the test cases
|
||||
* simply from any other main.
|
||||
*/
|
||||
class TestMain
|
||||
class CTestMain
|
||||
{
|
||||
public:
|
||||
static int unitMain(int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user