b0e35042604225f2f229e2f464178a89f58862c2
[apps/agl-service-can-low-level.git] / tests / alltypes_pointer / SConscript
1 # Build and run a test that encodes and decodes a message that contains
2 # all of the Protocol Buffers data types.
3
4 Import("env")
5
6 env.NanopbProto(["alltypes", "alltypes.options"])
7 enc = env.Program(["encode_alltypes_pointer.c", "alltypes.pb.c", "$COMMON/pb_encode.o"])
8 # dec = env.Program(["decode_alltypes_pointer.c", "alltypes.pb.c", "$COMMON/pb_decode.o"])
9
10 env.RunTest(enc)
11 # env.RunTest([dec, "encode_alltypes.output"])
12