From 252c87b9e87242a85a644da25edc739cf247d322 Mon Sep 17 00:00:00 2001 From: Habib Gahbiche Date: Fri, 26 Mar 2021 16:04:09 +0100 Subject: Compositor automated testing Added support for compositor tests. Compositor tests can be added, executed and viewed in a similar way to cycles and other render engines tests. Running test: `ctest -R compositor` Updating test: `BLENDER_TEST_UPDATE=1 ctest -R compositor` Viewing test results: typically saved under `build_folder/tests/compositor/report.html` Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6334 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b1f351255b7..96b70c2be70 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ Desktop.ini # smoke simulation noise tile (generated) waveletNoiseTile.bin + +# testing environment +/Testing -- cgit v1.2.3