summaryrefslogtreecommitdiffstats
path: root/tests/common/SConscript
blob: ef3cdcaa38c667f429909be4cea9e09d2c837de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Build the common files needed by multiple test cases

Import('env')

# Protocol definitions for the encode/decode_unittests
env.NanopbProto("unittestproto")

# Protocol definitions for basic_buffer/stream tests
env.NanopbProto("person")

# Binaries of the pb_decode.c and pb_encode.c
env.Object("pb_decode.o", "#../pb_decode.c")
env.Object("pb_encode.o", "#../pb_encode.c")