pebble/third_party/nanopb/tests/regression/issue_524/SConscript

12 lines
297 B
Text
Raw Permalink Normal View History

# Regression test for #524:
# Generator fails to find dependencies from another package namespace
Import('env')
env.NanopbProto("submessage.proto")
env.NanopbProto("oneof.proto")
env.Depends("oneof.pb.c", "submessage.proto")
env.Object("oneof.pb.c")
env.Match(["oneof.pb.h", "oneof.expected"])