Files
nanopb/tests/options/SConscript
2013-09-10 22:34:54 +03:00

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'])