From 8ca565101e362368fdf6f8f99c06691ff3d682c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=86=E0=A4=AF=E0=A5=81=E0=A4=B7=20=E0=A4=9D=E0=A4=BE?= Date: Fri, 20 Nov 2020 10:22:18 +0545 Subject: [PATCH] moved JSONTestSuite to head, and added top level makefile for test --- JSONTestSuite | 2 +- Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/JSONTestSuite b/JSONTestSuite index 8aac4ac..ce50e6c 160000 --- a/JSONTestSuite +++ b/JSONTestSuite @@ -1 +1 @@ -Subproject commit 8aac4aca68a2c96055e7a386d3e12c2a537257bd +Subproject commit ce50e6c456403306bc68e8a7916c098e7930dbd0 diff --git a/Makefile b/Makefile index a248359..9603ab4 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,6 @@ install: uninstall: rm -R `guile-config info sitedir`/gson* -test: install - guile test.scm 2> /dev/null +test: + git submodule update --init --recursive + make -C JSONTestSuite test