comparison src/testdir/Make_vms.mms @ 3452:e070b34fe35e v7.3.491

updated for version 7.3.491 Problem: No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Apr 2012 16:56:52 +0200
parents 21219ffc9790
children 1cc37b8cfaa1
comparison
equal deleted inserted replaced
3451:d792efa5aea7 3452:e070b34fe35e
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: 2012 Mar 28 7 # Last change: 2012 Apr 05
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:
87 # 87 #
88 # Test 58 and 59: Failed/Hangs - VMS does not support spell files (file names 88 # Test 58 and 59: Failed/Hangs - VMS does not support spell files (file names
89 # with too many dots). 89 # with too many dots).
90 # 90 #
91 # Test 72: unknown reason 91 # Test 72: unknown reason
92 # Test 85: no Lua interface
92 93
93 .IFDEF WANT_GUI 94 .IFDEF WANT_GUI
94 SCRIPT_GUI = test16.out 95 SCRIPT_GUI = test16.out
95 GUI_OPTION = -g 96 GUI_OPTION = -g
96 .ENDIF 97 .ENDIF