YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
main.cpp File Reference
#include <QApplication>
#include <QtTest/QtTest>
#include "include/main_window_tests.hpp"
Include dependency graph for frontend/tests/main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 6 of file frontend/tests/main.cpp.

6 {
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}