SConscript 285 B

1234567891011121314
  1. # Check that default values with special characters are
  2. # correctly handled.
  3. Import('env')
  4. env.NanopbProto('defaults')
  5. p = env.Program(["defaults.c",
  6. "defaults.pb.c",
  7. "$COMMON/pb_decode.o",
  8. "$COMMON/pb_common.o"])
  9. env.RunTest(p)