blob: 00401c898b21f892c3da1e991a6704f50fd434bb [file] [log] [blame]
# Regression test for #631:
# Wrong initializer generation
Import("env")
env.NanopbProto("submsg_callback.proto")
t = env.Program(["test.c", "submsg_callback.pb.c", "$COMMON/pb_common.o"])
env.RunTest(t)