Make tests build in a separate folder, add to gitignore
[apps/agl-service-can-low-level.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