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

qt_internal_add_executable(silent_fatal
    NO_INSTALL
    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.