This closes #17 (paulfdietrich:MYNEWT-210)
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/18477e34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/18477e34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/18477e34 Branch: refs/heads/master Commit: 18477e345eadc752ab11586ebcbe615836cce9d3 Parents: 44e560f 04dbf5c Author: Christopher Collins <[email protected]> Authored: Fri Mar 18 12:43:18 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Fri Mar 18 12:43:18 2016 -0700 ---------------------------------------------------------------------- libs/json/include/json/json.h | 6 + libs/json/pkg.yml | 2 + libs/json/src/test/test_json.c | 41 +++++ libs/json/src/test/test_json.h | 27 ++++ libs/json/src/test/test_json_simple.c | 205 +++++++++++++++++++++++++ libs/testutil/include/testutil/testutil.h | 4 + 6 files changed, 285 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/18477e34/libs/json/pkg.yml ---------------------------------------------------------------------- diff --cc libs/json/pkg.yml index 4944622,b0bf349..3dc0be6 --- a/libs/json/pkg.yml +++ b/libs/json/pkg.yml @@@ -18,9 -18,13 +18,11 @@@ # pkg.name: libs/json -pkg.vers: 0.8.0 pkg.description: JSON encoding / decoding library. -pkg.author: Sterling Hughes <[email protected]> -pkg.homepage: http://mynewt.apache.org/os/modules/json/json/ -pkg.repository: https://git-wip-us.apache.org/repos/asf/incubator-mynewt-core +pkg.author: "Apache Mynewt <[email protected]>" +pkg.homepage: "http://mynewt.apache.org/" pkg.keywords: + pkg.deps.TEST: + - libs/testutil pkg.cflags.float_user: -DFLOAT_SUPPORT
