xref: /aosp_15_r20/external/nanopb-c/tests/regression/issue_145/SConscript (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1# Regression test for Issue 145: Allow /* */ and // comments in .options files
2
3Import("env")
4
5env.NanopbProto(["comments", "comments.options"])
6env.Object('comments.pb.c')
7
8env.Match(['comments.pb.h', 'comments.expected'])
9
10