mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 15:07:01 +03:00
9 lines
169 B
Python
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'])
|
|
|