Skip to content

Commit

Permalink
test-pbio: Run it faster.
Browse files Browse the repository at this point in the history
This can compile and run much faster on most machines by doing things in parallel.
  • Loading branch information
laurensvalk committed Dec 21, 2021
1 parent 3d58137 commit fcd91c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-pbio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SCRIPT_DIR=$(dirname "$0")

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

ulimit -S -c unlimited

Expand Down

0 comments on commit fcd91c1

Please sign in to comment.