aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/testfiltering/quicktestmain/tst_first.qml
blob: 46a4f86e2f86048ff288dbfa9994c344d4903c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQuick 2.3
import QtTest 1.1

TestCase {
    name: "First"

    function test_foo() { }
    function test_bar() { }
    function test_baz() { }
}