Files
test2/tests/gtests/runner/blender_test.cc
2023-06-15 13:35:34 +10:00

11 lines
456 B
C++

/* SPDX-FileCopyrightText: 2020 Blender Foundation
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is intentionally left blank. It is necessary for CMake to have a source file for each
* executable. However, the blender_tests test runner only comprises of statically linked library
* files, including its main function.
*
* See source/blender/blenkernel/CMakeLists.txt for an example of how to add unit tests to the test
* runner. */