From 4d632903c15c6f46b0e1444c563a75648a077b1b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 28 Feb 2009 05:23:19 -0400 Subject: Added LedgerHarness.py, to simplify test creation --- tools/times.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/times.sh (limited to 'tools/times.sh') diff --git a/tools/times.sh b/tools/times.sh new file mode 100755 index 00000000..444da993 --- /dev/null +++ b/tools/times.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +time test/RegressTests.py ./ledger test/regress +time test/RegressTests.py ./ledger test/regress --verify +time test/RegressTests.py ./ledger test/regress --gmalloc +time test/RegressTests.py ./ledger test/regress --verify --gmalloc -- cgit v1.2.3