summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/silent_fatal/CMakeLists.txt
blob: e4b59e399ff38f167d80ea48bf49ea8645a3f8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_executable(silent_fatal
    NO_INSTALL
    EXCEPTIONS
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
    SOURCES
        tst_silent_fatal.cpp
    LIBRARIES
        Qt::TestPrivate
)

# No coverage because this crashes, making data collection difficult, if not
# impossible.