SConscript 169 B

12345678
  1. # Test comment inclusion from .proto to .pb.h
  2. Import("env")
  3. env.NanopbProto("comments")
  4. env.Object("comments.pb.c")
  5. env.Match(['comments.pb.h', 'comments.expected'])