firmware/extra/nanopb/tests/enum_to_string/SConscript

8 lines
148 B
Text
Raw Normal View History

2019-10-13 00:37:11 +02:00
# Test enum to string functionality
Import('env')
env.NanopbProto("enum.proto")
p = env.Program(["enum_to_string.c", "enum.pb.c"])
env.RunTest(p)