commit | 37f4e0d946124620cc56954320356662919e6943 | [log] [tgz] |
---|---|---|
author | Hasnain Lakhani <m.hasnain.lakhani@gmail.com> | Mon Aug 25 11:21:33 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 25 11:21:33 2025 -0700 |
tree | d6132e57d3f342c539d9e6029e78735a192fd166 | |
parent | cf41a1c1e163cd27f8efc19ec84f1e7ae1ba3254 [diff] [blame] |
THRIFT-5855: cpp fuzzers Add fuzzers for cpp support, to improve the reliability/robustness of the implementation
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index b4f6055..7c4153b 100644 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am
@@ -18,6 +18,9 @@ # AUTOMAKE_OPTIONS = subdir-objects serial-tests nostdinc +SUBDIRS = . +SUBDIRS += fuzz + BUILT_SOURCES = gen-cpp/AnnotationTest_types.h \ gen-cpp/DebugProtoTest_types.h \ gen-cpp/EnumTest_types.h \