mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
8 lines
141 B
Text
8 lines
141 B
Text
|
# Test that a .proto file without any messages compiles fine.
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto("no_messages")
|
||
|
env.Object('no_messages.pb.c')
|
||
|
|