aboutsummaryrefslogtreecommitdiff
path: root/tests/no_messages/SConscript
blob: 6492e2cf9c1e8937bc090cc891a7ce3a6d21b5f9 (plain)
1
2
3
4
5
6
7
# Test that a .proto file without any messages compiles fine.

Import("env")

env.NanopbProto("no_messages")
env.Object('no_messages.pb.c')