Update doc revision and pdf cover.
[apps/agl-service-can-low-level.git] / libs / nanopb / tests / regression / issue_145 / SConscript
1 # Regression test for Issue 145: Allow /* */ and // comments in .options files
2
3 Import("env")
4
5 env.NanopbProto(["comments", "comments.options"])
6 env.Object('comments.pb.c')
7
8 env.Match(['comments.pb.h', 'comments.expected'])
9