YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
frontend/tests/main.cpp
Go to the documentation of this file.
1#include <QApplication>
2#include <QtTest/QtTest>
3
4#include "include/main_window_tests.hpp"
5
6int main(int argc, char** argv) {
7 QApplication app(argc, argv);
8
9 int status = 0;
10
11 {
13 status |= QTest::qExec(&t, argc, argv);
14 }
15
16 return status;
17}
int main(int argc, char *argv[])