1 Import('env') 2 p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"]) 3 env.RunTest(p) 4 5