Move the rest of the tests to scons
This commit is contained in:
9
tests/options/SConscript
Normal file
9
tests/options/SConscript
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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'])
|
||||
|
||||
Reference in New Issue
Block a user