S3 Fuzzer: Add skeleton for a targeted S3 Fuzzer

This commit is contained in:
Kyle Marsh 2011-08-03 17:00:02 -07:00
parent 2efa622751
commit 93cf99aed9
2 changed files with 74 additions and 0 deletions

View file

@ -25,6 +25,7 @@ setup(
's3tests-generate-objects = s3tests.generate_objects:main',
's3tests-test-readwrite = s3tests.readwrite:main',
's3tests-test-roundtrip = s3tests.roundtrip:main',
's3tests-fuzz-headers = s3tests.fuzz_headers:main',
],
},