summaryrefslogtreecommitdiff
path: root/tools/times.sh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-28 05:23:19 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-28 05:37:49 -0400
commit4d632903c15c6f46b0e1444c563a75648a077b1b (patch)
treed2d55f7038baef7824d65743951459340def13db /tools/times.sh
parentcf8a6cd06130bddc2335f52d09049a0c567a2b92 (diff)
downloadfork-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-xtools/times.sh6
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