Changed order of samples directory, started with aviation classes.

This commit is contained in:
Klaus Basan
2013-04-01 21:53:35 +02:00
parent f77258343d
commit 943872ff67
34 changed files with 911 additions and 147 deletions

View File

@@ -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[]);