pebble/third_party/nanopb/tests/enum_minmax/SConscript
2025-01-27 11:38:16 -08:00

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