summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-28 16:26:45 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-28 16:26:45 +0100
commita60824308cd9bc192c5d38fc16cccfcf652b40f6 (patch)
treebc93537c7f79e018f95c31d061ad06490be942e0 /src/testdir/Make_all.mak
parent7b6156f4cd4027b664a916ba546e9b05d4c49e11 (diff)
downloadvim-a60824308cd9bc192c5d38fc16cccfcf652b40f6.zip
patch 7.4.983
Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 1318cfd75..c88ed1c2f 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -2,9 +2,12 @@
# Common Makefile, defines the list of tests to run.
#
+# The first script creates small.vim.
+SCRIPTS_FIRST = \
+ test1.out
+
# Tests that run on all systems.
SCRIPTS_ALL = \
- test1.out \
test3.out \
test4.out \
test5.out \