pebble/third_party/nanopb/tests/enum_to_string/SConscript

8 lines
148 B
Text
Raw Normal View History

# Test enum to string functionality
Import('env')
env.NanopbProto("enum.proto")
p = env.Program(["enum_to_string.c", "enum.pb.c"])
env.RunTest(p)