Cycles tests: separate directory for sss tests.

This commit is contained in:
Brecht Van Lommel 2018-02-08 13:32:07 +01:00
parent d3248bb50b
commit 8c8e53c12d
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ if(WITH_CYCLES)
add_cycles_render_test(shader)
add_cycles_render_test(shader_tangent)
add_cycles_render_test(shadow_catcher)
add_cycles_render_test(sss)
add_cycles_render_test(texture_space)
add_cycles_render_test(volume)
else()