Start moving the tests into subfolders. Transition to SCons for build system for the tests.
Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started
This commit is contained in:
14
tests/common/SConscript
Normal file
14
tests/common/SConscript
Normal file
@@ -0,0 +1,14 @@
|
||||
# Build the common files needed by multiple test cases
|
||||
|
||||
Import('env')
|
||||
|
||||
# Protocol definitions for the encode/decode_unittests
|
||||
env.NanopbProto("unittestproto")
|
||||
|
||||
# Protocol definitions for basic_buffer/stream tests
|
||||
env.NanopbProto("person")
|
||||
|
||||
# Binaries of the pb_decode.c and pb_encode.c
|
||||
env.Object("pb_decode.o", "#../pb_decode.c")
|
||||
env.Object("pb_encode.o", "#../pb_encode.c")
|
||||
|
||||
Reference in New Issue
Block a user