mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
8 lines
184 B
Python
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)
|