android13/external/nanopb-c/tests/regression/issue_395/SConscript

15 lines
346 B
Python
Raw Normal View History

2024-06-22 08:45:49 -04:00
# Regression test for #395:
# Unexpected empty submessage in proto3 mode
Import("env")
env.NanopbProto(["test.proto", "test.options"])
testprog = env.Program(["test.c",
"test.pb.c",
"$COMMON/pb_encode.o",
"$COMMON/pb_decode.o",
"$COMMON/pb_common.o"])
env.RunTest(testprog)