Files
nanopb/tests/no_messages/SConscript
2013-09-10 22:34:54 +03:00

8 lines
141 B
Python

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