xref: /aosp_15_r20/external/nanopb-c/tests/no_messages/SConscript (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1# Test that a .proto file without any messages compiles fine.
2
3Import("env")
4
5env.NanopbProto("no_messages")
6env.Object('no_messages.pb.c')
7
8