ssu
tests
ut_featuremodel
main.cpp
Go to the documentation of this file.
1
8
#include <QtCore/QCoreApplication>
9
#include <QtTest/QtTest>
10
11
#include "
featuremodeltest.h
"
12
13
int
main(
int
argc,
char
**argv)
14
{
15
QCoreApplication app(argc, argv);
16
17
FeatureModelTest
featureModelTest;
18
19
if
(QTest::qExec(&featureModelTest, argc, argv))
20
return
1;
21
22
return
0;
23
}
featuremodeltest.h
FeatureModelTest
Definition:
featuremodeltest.h:13
Generated on Thu Oct 8 2020 17:28:23 for ssu by
1.8.17