pebble/third_party/nanopb/tests/enum_to_string/SConscript
2025-01-27 11:38:16 -08:00

7 lines
148 B
Python

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