SConscript 184 B

12345678
  1. # Test that different sizes of enum fields are properly encoded and decoded.
  2. Import('env')
  3. env.NanopbProto('enumminmax')
  4. p = env.Program(["enumminmax_unittests.c",])
  5. env.RunTest(p)