remove svg renderer test

This commit is contained in:
Dane Springmeyer 2014-08-22 22:45:36 -07:00
parent d8fa8adfae
commit e9d6872764

View file

@ -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')