SConscript 206 B

12345678
  1. # Regression test for #631:
  2. # Wrong initializer generation
  3. Import("env")
  4. env.NanopbProto("submsg_callback.proto")
  5. t = env.Program(["test.c", "submsg_callback.pb.c", "$COMMON/pb_common.o"])
  6. env.RunTest(t)