6492e2cf9c1e8937bc090cc891a7ce3a6d21b5f9
[apps/low-level-can-service.git] / libs / nanopb / tests / no_messages / SConscript
1 # Test that a .proto file without any messages compiles fine.
2
3 Import("env")
4
5 env.NanopbProto("no_messages")
6 env.Object('no_messages.pb.c')
7