journal/runTests.sh

9 lines
221 B
Bash
Raw Normal View History

2024-11-07 08:58:38 +00:00
#!/usr/bin/env bash
set -eu
SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)"
2024-11-07 09:10:34 +00:00
cd "$SCRIPT_DIR"
2024-11-07 08:58:38 +00:00
2024-11-07 09:10:34 +00:00
${JQ:-jq} -n -r -L tool -L . "include \"testLib\"; testLibMain"
${JQ:-jq} -n -r -L tool -L . "include \"tests\"; testsMain"