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