source:
src/test/main.cpp
@
5a73d27
Last change on this file since 5a73d27 was e5bc908, checked in by , 13 years ago | |
---|---|
|
|
File size: 193 bytes |
Rev | Line | |
---|---|---|
[e5bc908] | 1 | #include <QtTest> |
2 | ||
3 | #include "model/eventtest.h" | |
4 | ||
5 | int main(int argc, char *argv[]) | |
6 | { | |
7 | QCoreApplication app(argc, argv); | |
8 | ||
9 | EventTest eventTest; | |
10 | QTest::qExec(&eventTest, argc, argv); | |
11 | } | |
12 |
Note: See TracBrowser
for help on using the repository browser.