aboutsummaryrefslogtreecommitdiff
path: root/tests/regression/issue_322/SConscript
blob: ec08e7497c72c3a3f7788d3a4a50848dc6ddb174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Check that default values with special characters are
# correctly handled.

Import('env')

env.NanopbProto('defaults')

p = env.Program(["defaults.c",
                 "defaults.pb.c",
                 "$COMMON/pb_decode.o",
                 "$COMMON/pb_common.o"])

env.RunTest(p)