comparison src/testdir/Make_all.mak @ 8255:355652348057 v7.4.1420

commit https://github.com/vim/vim/commit/d2227a02b03708eb0579e17612d5a96262f3d463 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 25 22:37:42 2016 +0100 patch 7.4.1420 Problem: Missing makefile. Solution: Type the path correctly.
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Feb 2016 22:45:05 +0100
parents 7c21dd028e0f
children 058b9e4a291b
comparison
equal deleted inserted replaced
8254:9b72baaa2dbf 8255:355652348057
1 # 1 #
2 # Common Makefile, defines the list of tests to run. 2 # Common Makefile, defines the list of tests to run.
3 # 3 #
4
5 NO_PLUGIN = -U NONE --noplugin --not-a-term
4 6
5 # The first script creates small.vim. 7 # The first script creates small.vim.
6 SCRIPTS_FIRST = \ 8 SCRIPTS_FIRST = \
7 test1.out 9 test1.out
8 10