Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e375fc4'
[apps/agl-service-can-low-level.git] / CAN-binder / 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