From 2276f0619313765735fcf507651e7915f98f315e Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Tue, 7 Aug 2018 12:17:15 +0200 Subject: [PATCH] tests: make should-ijson --- tools/tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/tests/Makefile b/tools/tests/Makefile index 9996e6b38..4baac984e 100644 --- a/tools/tests/Makefile +++ b/tools/tests/Makefile @@ -7,6 +7,9 @@ should-get-tests/fuse-doc.tap: should-get-tests/fuse-doc.should-get force should: should-get-tests/fuse-doc.tap python3 ../should.py should-get-tests/*.should-get +should-ijson: + python3 ../should.py --var FUSE_OPTIONS=--ijson should-get-tests/fuse-*.should-get + doctests: @echo "*** Launching python tests..." python -m doctest -v ../fuse.py -- 2.22.0