Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blender_test.cc « runner « gtests « tests - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e504eb461f953b749c6a84f2e8aa7febb95e740 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2020 Blender Foundation. All rights reserved. */

/* 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. */