Add a fuzz testing stub for ability to use external generators also

This commit is contained in:
Petteri Aimonen
2014-09-11 17:58:53 +03:00
parent d2099cc8f1
commit 07e9ffb97b
5 changed files with 209 additions and 0 deletions

View File

@@ -47,4 +47,12 @@ Depends([p1, p2, fuzz], ["fuzz_syshdr.h", "malloc_wrappers.h"])
env.RunTest(fuzz)
fuzzstub = env.Program(["fuzzstub.c",
"alltypes_pointer.pb.c",
"alltypes_static.pb.c",
"pb_encode_with_malloc.o",
"pb_decode_with_malloc.o",
"pb_common_with_malloc.o",
"malloc_wrappers.c"])