From ae2cb90a9aa593ab0022f991371b4d307787f55f Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Fri, 12 May 2017 14:12:44 -0500 Subject: [PATCH] Add JSONTestSuite as a submodule. --- .gitmodules | 3 +++ JSONTestSuite | 1 + 2 files changed, 4 insertions(+) create mode 160000 JSONTestSuite diff --git a/.gitmodules b/.gitmodules index 81e34914..447bd658 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "libyaml"] path = libyaml url = https://github.com/yaml/libyaml.git +[submodule "JSONTestSuite"] + path = JSONTestSuite + url = https://github.com/nst/JSONTestSuite.git diff --git a/JSONTestSuite b/JSONTestSuite new file mode 160000 index 00000000..a8fdf323 --- /dev/null +++ b/JSONTestSuite @@ -0,0 +1 @@ +Subproject commit a8fdf323a9297e92cb5964b6431bdda953e20ec9