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