diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-23 06:28:04 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-23 06:28:04 +0200 |
commit | 39937f73760b7cfc6be763d4b7e91b934df23fbe (patch) | |
tree | 11c90e51d1c93c82ab267b947cffff7eda0afbc4 /third_party/nanopb/tests/encode_unittests/SConscript | |
parent | fe456e5b487717c25bde88f97c9029185130a2b9 (diff) |
Putting nanopb files into third_party without being a submodule.
Diffstat (limited to 'third_party/nanopb/tests/encode_unittests/SConscript')
-rw-r--r-- | third_party/nanopb/tests/encode_unittests/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/nanopb/tests/encode_unittests/SConscript b/third_party/nanopb/tests/encode_unittests/SConscript new file mode 100644 index 0000000000..bf6d1404c3 --- /dev/null +++ b/third_party/nanopb/tests/encode_unittests/SConscript @@ -0,0 +1,5 @@ +# Build and run the stand-alone unit tests for the nanopb encoder part. + +Import('env') +p = env.Program(["encode_unittests.c", "$COMMON/unittestproto.pb.c"]) +env.RunTest(p) |