pebble/third_party/nanopb/tests/no_messages/SConscript

8 lines
141 B
Text
Raw Permalink Normal View History

# Test that a .proto file without any messages compiles fine.
Import("env")
env.NanopbProto("no_messages")
env.Object('no_messages.pb.c')