bf6d1404c3196872642861479c3a751cfe91f801
[apps/low-level-can-service.git] / CAN-binder / libs / nanopb / tests / encode_unittests / SConscript
1 # Build and run the stand-alone unit tests for the nanopb encoder part.
2
3 Import('env')
4 p = env.Program(["encode_unittests.c", "$COMMON/unittestproto.pb.c"])
5 env.RunTest(p)