blender/tests
Jacques Lucke 006e905957 Tests: support running benchmark when Blender prints unrelated text
I noticed that sometimes the geometry nodes benchmark would not work
if there were some left-over debug prints in the code. The reason it did
not work was because the prints were mixed with the test output print.
I also tried using explicit flusing and `atexit` for printing the test output,
but that didn't solve it. Just printing additional newlines to better separate
the test output from other printed output helped though.
2023-01-06 13:04:49 +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 cmake/win: Allow running blender_test from the VS debugger 2022-12-15 09:04:59 -07:00
performance Tests: support running benchmark when Blender prints unrelated text 2023-01-06 13:04:49 +01:00
python Cleanup: format 2022-12-29 20:49:08 +13:00
CMakeLists.txt CMake: workaround unsupported cmake_path(IS_PREFIX ..) in v3.20 2022-11-03 16:57:38 +11:00