Home | History | Annotate | Download | only in message_sizes
      1 # Test the generation of message size #defines
      2 
      3 Import('env')
      4 
      5 incpath = env.Clone()
      6 incpath.Append(PROTOCPATH = '#message_sizes')
      7 
      8 incpath.NanopbProto("messages1")
      9 incpath.NanopbProto("messages2")
     10 
     11 incpath.Program(['dummy.c', 'messages1.pb.c', 'messages2.pb.c'])
     12