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