Files
squeezelite-esp32/components/spotify/cspot/bell/nanopb/tests/encode_unittests/SConscript
2022-01-04 11:01:14 -08:00

6 lines
172 B
Python

# 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)