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