mirror of
https://github.com/google/pebble.git
synced 2025-11-17 04:50:56 -05:00
8 lines
148 B
Python
8 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)
|
|
|