summaryrefslogtreecommitdiffstats
path: root/tests/encode_unittests/SConscript
blob: 7509ec03ba19797050ed5f39bbaaa8b5790821be (plain)
1
2
3
4
5
# Build and run the stand-alone unit tests for the nanopb encoder part.

Import('env')
p = env.Program(["encode_unittests.c", "#common/unittestproto.pb.c"])
env.RunTest(p)