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

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)