From 2c348fbed9494cb125580c4b2b35a0f7769e431f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Sep 2008 07:02:55 -0400 Subject: Added 'runtests', to simplify running on multi-core machines. --- runtest.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 runtest.sh (limited to 'runtest.sh') diff --git a/runtest.sh b/runtest.sh new file mode 100755 index 0000000..dbe194b --- /dev/null +++ b/runtest.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd $1 +nice -n 20 make START=$2 COUNT=$3 check -- cgit v1.2.3