mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
c514368f98
One can now run: make TRACE_TESTS=1 check to get detailed output
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${0%/*}/setup" "$@"
|
|
|
|
$VALGRIND $Q $JQ -L "$mods" --run-tests $JQTESTDIR/jq.test
|