| Index: test/fuzzer/testcfg.py
|
| diff --git a/test/fuzzer/testcfg.py b/test/fuzzer/testcfg.py
|
| index 1ea93220bd92070469c83b1808d69262819f6b2d..152c06b6595b6803cb4ee58b1f8339a6b841f05e 100644
|
| --- a/test/fuzzer/testcfg.py
|
| +++ b/test/fuzzer/testcfg.py
|
| @@ -9,7 +9,7 @@ from testrunner.objects import testcase
|
|
|
|
|
| class FuzzerTestSuite(testsuite.TestSuite):
|
| - SUB_TESTS = ( 'parser', 'regexp', )
|
| + SUB_TESTS = ( 'json', 'parser', 'regexp', )
|
|
|
| def __init__(self, name, root):
|
| super(FuzzerTestSuite, self).__init__(name, root)
|
|
|