Files
squeezelite-esp32/components/spotify/cspot/bell/nanopb/tests/no_messages/SConscript
T
2022-01-04 11:01:14 -08: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')