allwinner_a64/android/external/nanopb-c/tests/no_messages/SConscript
2018-08-08 16:14:42 +08:00

7 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')