comparison src/testdir/Make_amiga.mak @ 21510:31cb78014fe4 v8.2.1305

patch 8.2.1305: some tests are still old style Commit: https://github.com/vim/vim/commit/622b3568fa1baf07671d31390815fb0a55a99891 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 27 20:02:41 2020 +0200 patch 8.2.1305: some tests are still old style Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jul 2020 20:15:07 +0200
parents 9140a11d111a
children baccf9e06efe
comparison
equal deleted inserted replaced
21509:00a2e4d3fc38 21510:31cb78014fe4
6 VIMPROG = /vim 6 VIMPROG = /vim
7 7
8 default: nongui 8 default: nongui
9 9
10 include Make_all.mak 10 include Make_all.mak
11
12 # These tests don't work (yet):
13 # test2 "\\tmp" doesn't work
14 # test10 'errorformat' is different
15 # test52 only for Win32
16 # test86, 87 no Python interface
17 11
18 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE4) 12 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE4)
19 13
20 # Must run test1 first to create small.vim. 14 # Must run test1 first to create small.vim.
21 $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS_RES): $(SCRIPTS_FIRST) 15 $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS_RES): $(SCRIPTS_FIRST)