10 lines
172 B
Python
10 lines
172 B
Python
# Test that the generator options work as expected.
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto("options")
|
|
env.Object('options.pb.c')
|
|
|
|
env.Match(['options.pb.h', 'options.expected'])
|
|
|