blob: 6a66cbdc1cd12e0cbec614f81ec563a1eb8a9466 [file]
# 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)