SConscript 225 B

123456789
  1. # Regression test for Issue 145: Allow /* */ and // comments in .options files
  2. Import("env")
  3. env.NanopbProto(["comments", "comments.options"])
  4. env.Object('comments.pb.c')
  5. env.Match(['comments.pb.h', 'comments.expected'])