Files
workinf_Blender_Wasm/blender-5.2.0/tests/gtests/runner/blender_test.cc
2026-08-12 04:47:48 -04:00

11 lines
453 B
C++

/* SPDX-FileCopyrightText: 2020 Blender Authors
*
* 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. */