Files
squeezelite-esp32-gronod/lib/spotify/cspot/bell/external/nanopb/tests/comments/SConscript
T
2026-03-13 17:03:22 +00: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'])