pebble/third_party/nanopb/tests/regression/issue_631/SConscript
2025-01-27 11:38:16 -08:00

8 lines
206 B
Python

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