mirror of
https://github.com/google/pebble.git
synced 2025-03-25 21:09:05 +00:00
8 lines
206 B
Python
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)
|