Home | History | Annotate | Download | only in enum_to_string
      1 # Test enum to string functionality
      2 
      3 Import('env')
      4 env.NanopbProto("enum.proto")
      5 p = env.Program(["enum_to_string.c", "enum.pb.c"])
      6 env.RunTest(p)
      7 
      8