Files
squeezelite-esp32/components/spotify/cspot/bell/external/nanopb/tests/comments/SConscript
2023-03-25 16:48:41 -07:00

9 lines
169 B
Python

# Test comment inclusion from .proto to .pb.h
Import("env")
env.NanopbProto("comments")
env.Object("comments.pb.c")
env.Match(['comments.pb.h', 'comments.expected'])