• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Test that different sizes of enum fields are properly encoded and decoded.
2
3Import('env')
4
5env.NanopbProto('enumminmax')
6
7p = env.Program(["enumminmax_unittests.c",])
8env.RunTest(p)
9