mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-21 20:47:45 +01:00
8 lines
141 B
Python
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')
|
|
|