pebble/third_party/nanopb/tests/enum_minmax/SConscript

9 lines
184 B
Text
Raw Permalink Normal View History

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