This website requires JavaScript.
Explore
Help
Sign In
mirror
/
stedolan-jq
Watch
1
Star
0
Fork
0
You've already forked stedolan-jq
mirror of
https://github.com/stedolan/jq.git
synced
2024-05-11 05:55:39 +00:00
Code
Issues
Releases
Activity
stedolan-jq
/
tests
/
jqtest
6 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
separate jq, oniguruma, sh, and man tests
2015-06-18 19:38:25 -07:00
#!/bin/sh
Make it possible to run tests with set -x One can now run: make TRACE_TESTS=1 check to get detailed output
2016-01-17 12:23:05 -06:00
. "${0%/*}/setup" "$@"
separate jq, oniguruma, sh, and man tests
2015-06-18 19:38:25 -07:00
$VALGRIND $Q $JQ -L "$mods" --run-tests $JQTESTDIR/jq.test
Copy Permalink