5b9a1b160a16347f39a18877ca7e863da15e9e0f
[emufront] / testing / EmuFrontTesting / main.cpp
1 #include "platformtest.h"
2
3 int main(int argc, char *argv[])
4 {
5     PlatformTest plfTest;
6     QTest::qExec(&plfTest, argc, argv);
7
8     // More tests here...
9
10     return 0;
11 }