Start moving the tests into subfolders. Transition to SCons for build system for...
[apps/agl-service-can-low-level.git] / tests / encode_unittests / SConscript
1 # Build and run the stand-alone unit tests for the nanopb encoder part.
2
3 Import('env')
4 env.Program(["encode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_encode.o"])
5 env.RunTest('encode_unittests')