Skip to content

Commit

Permalink
moved JSONTestSuite to head, and added top level makefile for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed Nov 20, 2020
1 parent 2a8c306 commit 8ca5651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JSONTestSuite
Submodule JSONTestSuite updated 2 files
+2 −0 Makefile
+1 −0 guile_only.json
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8ca5651

Please sign in to comment.