summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-23 19:42:31 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-23 19:42:31 +0100
commitb9093d50098ccff3848c2a404b9d0324a074c7b7 (patch)
tree8e21f358921f8efd75f52660570d5e1dce6addf3 /src/testdir/Make_all.mak
parent4ecf16bbf951f10fd32c918c9d8bc004b7f8f7c9 (diff)
patch 9.0.0560: elapsed time since testing started is not visiblev9.0.0560
Problem: Elapsed time since testing started is not visible. Solution: Show the elapsed time while running tests.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index d7abcb5a48..18409d2d60 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -7,6 +7,9 @@
NO_PLUGINS = --noplugin --not-a-term
NO_INITS = -U NONE $(NO_PLUGINS)
+# File to delete when testing starts
+CLEANUP_FILES = test.log messages starttime
+
# Tests for tiny and small builds.
SCRIPTS_TINY = \
test20 \