mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-23 05:27:46 +01:00
add nanopb (manual)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Test that different sizes of enum fields are properly encoded and decoded.
|
||||
|
||||
Import('env')
|
||||
|
||||
env.NanopbProto('enumminmax')
|
||||
|
||||
p = env.Program(["enumminmax_unittests.c",])
|
||||
env.RunTest(p)
|
||||
Reference in New Issue
Block a user