summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseCMakeTesting.cmake
blob: db64b49189ae636fa335dab49d23437045fbdec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

## Test the cmake build system:
option(BUILD_CMAKE_TESTING "Build tests for the Qt build system" OFF)
mark_as_advanced(BUILD_CMAKE_TESTING)

if(BUILD_CMAKE_TESTING)
    add_subdirectory("${PROJECT_SOURCE_DIR}/cmake/tests")
endif()