mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-16 18:25:31 +01:00
5 lines
100 B
Python
5 lines
100 B
Python
Import('env')
|
|
p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"])
|
|
env.RunTest(p)
|
|
|