mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-09 23:09:32 +01:00
9 lines
184 B
Python
9 lines
184 B
Python
# 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)
|