remove svg renderer test

This commit is contained in:
Dane Springmeyer 2014-08-22 22:45:36 -07:00
parent f6eca08c8d
commit 6fe0f93e70

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