mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
8 lines
169 B
Python
8 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'])
|
|
|