Add Chromium-only Blender WebEngine parity work
This commit is contained in:
10
blender-5.2.0/tests/gtests/runner/blender_test.cc
Normal file
10
blender-5.2.0/tests/gtests/runner/blender_test.cc
Normal file
@@ -0,0 +1,10 @@
|
||||
/* 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. */
|
||||
Reference in New Issue
Block a user