Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started
5 lines
136 B
Python
5 lines
136 B
Python
Import('env')
|
|
env.Program(["decode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_decode.o"])
|
|
env.RunTest('decode_unittests')
|
|
|