comparison src/testdir/Make_vms.mms @ 9756:00d753ea19a9 v7.4.2153

commit https://github.com/vim/vim/commit/877e95779869c5426102aa491f67d99904c8534c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 4 20:05:50 2016 +0200 patch 7.4.2153 Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Aug 2016 20:15:06 +0200
parents ec78ecf15de7
children 299f1669c20e
comparison
equal deleted inserted replaced
9755:18485302ec7f 9756:00d753ea19a9
2 # Makefile to run all tests for Vim on VMS 2 # Makefile to run all tests for Vim on VMS
3 # 3 #
4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> 4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> 5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
6 # 6 #
7 # Last change: 2016 Feb 25 7 # Last change: 2016 Aug 04
8 # 8 #
9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. 9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
10 # Edit the lines in the Configuration section below to select. 10 # Edit the lines in the Configuration section below to select.
11 # 11 #
12 # Execute with: 12 # Execute with:
102 # test89: bug - findfile() does not work on VMS (just in the current directory) 102 # test89: bug - findfile() does not work on VMS (just in the current directory)
103 # test97, test102: Just ODS-5 supports space and special chars in the filename. 103 # test97, test102: Just ODS-5 supports space and special chars in the filename.
104 # On ODS-2 tests fail. 104 # On ODS-2 tests fail.
105 105
106 .IFDEF WANT_GUI 106 .IFDEF WANT_GUI
107 SCRIPT_GUI = test16.out 107 SCRIPT_GUI =
108 GUI_OPTION = -g 108 GUI_OPTION = -g
109 .ENDIF 109 .ENDIF
110 110
111 .IFDEF WANT_UNIX 111 .IFDEF WANT_UNIX
112 SCRIPT_UNIX = test12.out test17.out test25.out test27.out test49.out test73.out 112 SCRIPT_UNIX = test12.out test17.out test25.out test27.out test49.out test73.out