aboutsummaryrefslogtreecommitdiff
path: root/tests/enum_to_string/SConscript
blob: e86fcca00030a8f8739d3516ae0356935c999f6e (plain)
1
2
3
4
5
6
7
# Test enum to string functionality

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