Move the declarations of _pb_ostream_t and _pb_istream_t before first use.
[apps/agl-service-can-low-level.git] / tests / decode_unittests / SConscript
1 Import('env')
2 p = env.Program(["decode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_decode.o"])
3 env.RunTest(p)
4