1*c8d645caSAndroid Build Coastguard Worker# Test that the generator options work as expected. 2*c8d645caSAndroid Build Coastguard Worker 3*c8d645caSAndroid Build Coastguard WorkerImport("env") 4*c8d645caSAndroid Build Coastguard Worker 5*c8d645caSAndroid Build Coastguard Workerenv.NanopbProto("options") 6*c8d645caSAndroid Build Coastguard Workerenv.Object('options.pb.c') 7*c8d645caSAndroid Build Coastguard Workerenv.Match(['options.pb.h', 'options.expected']) 8*c8d645caSAndroid Build Coastguard Worker 9*c8d645caSAndroid Build Coastguard Workerenv.NanopbProto("proto3_options") 10*c8d645caSAndroid Build Coastguard Workerenv.Object('proto3_options.pb.c') 11*c8d645caSAndroid Build Coastguard Workerenv.Match(['proto3_options.pb.h', 'proto3_options.expected']) 12*c8d645caSAndroid Build Coastguard Worker 13