mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
perf-test: run all appropriately named time tests
This avoids hassle with manually adding every test to the master list.
This commit is contained in:
parent
0eab376658
commit
e9cdff74cc
1 changed files with 2 additions and 8 deletions
|
@ -16,12 +16,6 @@ fi
|
||||||
|
|
||||||
cd $(dirname "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
TESTS="
|
for test in T*.sh; do
|
||||||
T00-new
|
./"$test" "$@"
|
||||||
T01-dump-restore
|
|
||||||
T02-tag
|
|
||||||
"
|
|
||||||
|
|
||||||
for test in $TESTS; do
|
|
||||||
./$test "$@"
|
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue