firmware/extra/nanopb/tests/regression/issue_145/SConscript
Patrick Moessler 0c83634f42 Initial commit
2019-10-13 00:37:11 +02:00

9 lines
225 B
Python

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