SConscript 135 B

12345
  1. # Test functions in pb_common.c
  2. Import('env')
  3. p = env.Program(["common_unittests.c", "$BUILD/alltypes/alltypes.pb.c"])
  4. env.RunTest(p)