Small updates to docs
[apps/low-level-can-service.git] / tests / options / SConscript
1 # Test that the generator options work as expected.
2
3 Import("env")
4
5 env.NanopbProto("options")
6 env.Object('options.pb.c')
7
8 env.Match(['options.pb.h', 'options.expected'])
9