• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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