android13/external/nanopb-c/tests/enum_minmax/SConscript

9 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)