diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-28 05:23:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-28 05:37:49 -0400 |
commit | 4d632903c15c6f46b0e1444c563a75648a077b1b (patch) | |
tree | d2d55f7038baef7824d65743951459340def13db /tools/times.sh | |
parent | cf8a6cd06130bddc2335f52d09049a0c567a2b92 (diff) | |
download | fork-ledger-4d632903c15c6f46b0e1444c563a75648a077b1b.tar.gz fork-ledger-4d632903c15c6f46b0e1444c563a75648a077b1b.tar.bz2 fork-ledger-4d632903c15c6f46b0e1444c563a75648a077b1b.zip |
Added LedgerHarness.py, to simplify test creation
Diffstat (limited to 'tools/times.sh')
-rwxr-xr-x | tools/times.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |