xref: /aosp_15_r20/external/nanopb-c/tests/regression/issue_141/SConscript (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1*c8d645caSAndroid Build Coastguard Worker# Regression test for issue 141: wrong encoded size #define for oneof messages
2*c8d645caSAndroid Build Coastguard Worker
3*c8d645caSAndroid Build Coastguard WorkerImport("env")
4*c8d645caSAndroid Build Coastguard Worker
5*c8d645caSAndroid Build Coastguard Workerenv.NanopbProto("testproto")
6*c8d645caSAndroid Build Coastguard Workerenv.Object('testproto.pb.c')
7*c8d645caSAndroid Build Coastguard Workerenv.Match(['testproto.pb.h', 'testproto.expected'])
8*c8d645caSAndroid Build Coastguard Worker
9