mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
10 lines
225 B
Text
10 lines
225 B
Text
|
# Regression test for Issue 145: Allow /* */ and // comments in .options files
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto(["comments", "comments.options"])
|
||
|
env.Object('comments.pb.c')
|
||
|
|
||
|
env.Match(['comments.pb.h', 'comments.expected'])
|
||
|
|