blob: 6492e2cf9c1e8937bc090cc891a7ce3a6d21b5f9 [file] [log] [blame]
# Test that a .proto file without any messages compiles fine.
Import("env")
env.NanopbProto("no_messages")
env.Object('no_messages.pb.c')