remove svg renderer test
This commit is contained in:
parent
d8fa8adfae
commit
e9d6872764
1 changed files with 0 additions and 3 deletions
|
@ -2011,9 +2011,6 @@ if not HELP_REQUESTED:
|
||||||
# build C++ tests
|
# build C++ tests
|
||||||
SConscript('tests/cpp_tests/build.py')
|
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']:
|
if env['BENCHMARK']:
|
||||||
SConscript('benchmark/build.py')
|
SConscript('benchmark/build.py')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue