aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJ08nY2017-04-21 01:42:23 +0200
committerJ08nY2017-04-21 01:42:23 +0200
commitb9986a36b812f6dfb364387cdea478eb79eb3ba3 (patch)
tree8dcf6bfea9e5a0cc9a3d98aed77c541f23286730 /.gitmodules
parent9ec5d549bc9785ee0bc69bcf5946f251a8cb52c5 (diff)
downloadecgen-b9986a36b812f6dfb364387cdea478eb79eb3ba3.tar.gz
ecgen-b9986a36b812f6dfb364387cdea478eb79eb3ba3.tar.zst
ecgen-b9986a36b812f6dfb364387cdea478eb79eb3ba3.zip
Add pari-gp to Travis, add JSON.sh to tests
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index cf8c685..450ea9a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "test/lib/assert.sh"]
path = test/lib/assert.sh
url = https://github.com/J08nY/assert.sh
+[submodule "test/lib/JSON.sh"]
+ path = test/lib/JSON.sh
+ url = https://github.com/jimklimov/JSON.sh