First unit test implemented!
[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 }