pebble/third_party/nanopb/tests/regression/issue_145/SConscript

10 lines
225 B
Text
Raw Permalink Normal View History

# 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'])