blob: 4ce3c6d4bd9b1e67e04f2a9e40b3cb8be0bc0862 [file] [log] [blame]
# Regression test for #363:
# Incorrect PB_STATIC_ASSERT for bytes inside oneof
Import("env")
env.NanopbProto("oneofmsg.proto")
testprog = env.Program(["test_oneofmsg.c",
"oneofmsg.pb.c",
"$COMMON/pb_encode.o",
"$COMMON/pb_decode.o",
"$COMMON/pb_common.o"])
env.RunTest(testprog)