pebble/third_party/nanopb/tests/regression/issue_631/SConscript

9 lines
206 B
Text
Raw Permalink Normal View History

# 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)