Home | History | Annotate | Download | only in issue_145
      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 
     10