ACF $AcfVersion:0$
TestMain.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
6
7// Qt includes
8#include <QtCore/QCoreApplication>
9
10
19#define I_TEST_MAIN() \
20int main(int argc, char *argv[]) \
21{ \
22 QCoreApplication app(argc, argv); \
23 itest::CStandardTestExecutor instance; \
24 return instance.RunTests(argc, argv); \
25}
26
27