diff --git a/SConstruct b/SConstruct index f4acdab5c..5d6d0bd8e 100644 --- a/SConstruct +++ b/SConstruct @@ -2011,9 +2011,6 @@ if not HELP_REQUESTED: # build C++ tests SConscript('tests/cpp_tests/build.py') - if env['CPP_TESTS'] and env['SVG_RENDERER']: - SConscript('tests/cpp_tests/svg_renderer_tests/build.py') - if env['BENCHMARK']: SConscript('benchmark/build.py')