Move the rest of the tests to scons

This commit is contained in:
Petteri Aimonen
2013-09-10 22:34:54 +03:00
parent 0bbcb7b367
commit e2e9980627
17 changed files with 151 additions and 14 deletions

9
tests/options/SConscript Normal file
View 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'])