11 lines
456 B
C++
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. */
|