aboutsummaryrefslogtreecommitdiff
path: root/tests/regression/issue_504/SConscript
blob: c303171b9dadd8bd0bedd1c2288559d3006357d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Regression test for #504:
# Non empty submessage considered empty on FT_POINTER fields with address aligned on 0x100

Import('env', 'malloc_env')

env.NanopbProto(["test.proto"])
test = malloc_env.Program(["test.c",
                 "test.pb.c",
                 "$COMMON/pb_encode.o",
                 "$COMMON/pb_common.o"])

env.RunTest(test)