From 6448f5d40d498a8de05b953f8318dba0cf4ff26f Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Mon, 5 Oct 2015 15:36:24 +0300 Subject: Add random message generator to help with fuzz testing --- tests/fuzztest/SConscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/fuzztest/SConscript') diff --git a/tests/fuzztest/SConscript b/tests/fuzztest/SConscript index 973148c2..d2fb689c 100644 --- a/tests/fuzztest/SConscript +++ b/tests/fuzztest/SConscript @@ -36,4 +36,8 @@ fuzzstub = malloc_env.Program(["fuzzstub.c", "$COMMON/pb_common_with_malloc.o", "$COMMON/malloc_wrappers.o"]) +generate_message = malloc_env.Program(["generate_message.c", + "alltypes_static.pb.c", + "$COMMON/pb_encode.o", + "$COMMON/pb_common.o"]) -- cgit 1.2.3-korg