1# Test that a .proto file without any messages compiles fine.
2
3Import("env")
4
5env.NanopbProto("no_messages")
6env.Object('no_messages.pb.c')
7
8