Files
squeezelite-esp32/components/spotify/cspot/bell/nanopb/tests/comments/SConscript
2022-01-04 11:01:14 -08: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'])