Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
test/main.cpp
Go to the documentation of this file.
1
// Qt
2
#include <QtTest/QtTest>
3
#include <QCoreApplication>
4
5
// Torc
6
#include "
testserialisers.h
"
7
#include "
testtorclocalcontext.h
"
8
9
int
main
(
int
argc,
char
** argv) {
10
QCoreApplication app(argc, argv);
11
12
TestSerialisers
testSerialisers;
13
TestTorcLocalContext
testLocalContext(argc, argv);
14
int
status = QTest::qExec(&testSerialisers);
15
status |= QTest::qExec(&testLocalContext);
16
return
status;
17
}
TestTorcLocalContext
Definition:
testtorclocalcontext.h:6
TestSerialisers
Definition:
testserialisers.h:6
main
int main(int argc, char **argv)
Definition:
test/main.cpp:9
testtorclocalcontext.h
testserialisers.h
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11