mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
9 lines
184 B
Text
9 lines
184 B
Text
|
# 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)
|