Added DbPlatformTest to main test program.
[emufront] / testing / EmuFrontTesting / main.cpp
index eaff302..62174f4 100644 (file)
@@ -1,5 +1,6 @@
 #include "emufrontobjecttest.h"
 #include "platformtest.h"
+#include "dbplatformtest.h"
 #include "mediatypetest.h"
 //#include "platformnamedialogtest.h"
 
@@ -17,6 +18,9 @@ int main(int argc, char *argv[])
     MediaTypeTest mtTest;
     QTest::qExec(&mtTest, argc, argv);
 
+    DbPlatformTest dbPlfTest;
+    QTest::qExec(&dbPlfTest, argc, argv);
+
     //PlatformNameDialogTest plfDlgTest;
     //QTest::qExec(&plfDlgTest, argc, argv);