Skip to content

Commit fcd91c1

Browse files
committed
test-pbio: Run it faster.
This can compile and run much faster on most machines by doing things in parallel.
1 parent 3d58137 commit fcd91c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-pbio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCRIPT_DIR=$(dirname "$0")
1111

1212
export PBIO_TEST_RESULTS_DIR="${SCRIPT_DIR}/lib/pbio/test/results"
1313
rm -rf "${PBIO_TEST_RESULTS_DIR:?}"/*
14-
make -s -C "${SCRIPT_DIR}/lib/pbio/test"
14+
make -s -C "${SCRIPT_DIR}/lib/pbio/test" -j$(nproc)
1515

1616
ulimit -S -c unlimited
1717

0 commit comments

Comments
 (0)