aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/snippets/testApp/tests/main.cpp
blob: d9f1cd68edad80a76b8a52c0228a045a2899005c (plain)
1
2
3
4
5
6
7
8
9
// # Copyright (C) 2023 The Qt Company Ltd.
// # SPDX-License-Identifier: BSD-3-Clause

//! [main]
#include <QtQuickTest/quicktest.h>
#include "setup.h"

QUICK_TEST_MAIN_WITH_SETUP(TestQML, Setup)
//! [main]