blender/tests
Sergey Sharybin 18a15bafe8 Fix blender_test not re-linked on macOS after changes
The Linux worked due to the libraries provided as a dependency
via `EXTRA_LIBS "${TEST_LIBS}"` with extra whole archive.

While on Windows and macOS the whole-archive is not needed the
dependency from the library to the blender_test is still needed.

Solves the issue when modifying asset_catalog_test.cc on macOS
does not make blender_test to be relinked.

Pull Request: https://projects.blender.org/blender/blender/pulls/106051
2023-03-24 14:11:46 +01:00
..
blender_as_python_module Tests: don't create byte-code cache when calling Python from SVN 2022-11-03 11:51:52 +11:00
gtests Fix blender_test not re-linked on macOS after changes 2023-03-24 14:11:46 +01:00
performance Tests: Fix device list of benchmark script only showing a single GPU 2023-02-10 19:38:37 +01:00
python Cleanup: Grammar: "it's" vs "its" 2023-03-24 08:34:21 -04:00
CMakeLists.txt CMake: add WITH_LIBS_PRECOMPILED option (UNIX only) 2023-01-19 17:10:42 +11:00