mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38: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")
|
||||
|
||||
TESTS="
|
||||
T00-new
|
||||
T01-dump-restore
|
||||
T02-tag
|
||||
"
|
||||
|
||||
for test in $TESTS; do
|
||||
./$test "$@"
|
||||
for test in T*.sh; do
|
||||
./"$test" "$@"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue