mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
8 lines
273 B
Python
8 lines
273 B
Python
# Regression test for issue #407: Extension fields > 255 not parsed correctly
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto("extensions")
|
|
test = env.Program(["test_extensions.c", "extensions.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"])
|
|
env.RunTest(test)
|
|
|