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