diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-01 14:08:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-01 14:08:28 +0200 |
commit | efa304d760640e5c575bef97d689f7c360b20779 (patch) | |
tree | d0684a4aaa600ec132004dcdf2dd2b36fc8bb287 /src/testdir/Make_amiga.mak | |
parent | e7a88a8d4ebd2419ad926578ddc0ee4bf43cf069 (diff) | |
download | vim-git-efa304d760640e5c575bef97d689f7c360b20779.tar.gz |
updated for version 7.4.231v7.4.231
Problem: An error in ":options" is not caught by the tests.
Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that
it uses the current runtime files instead of the installed ones.
Diffstat (limited to 'src/testdir/Make_amiga.mak')
-rw-r--r-- | src/testdir/Make_amiga.mak | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index 40c62ecf4..7310ab57d 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -35,7 +35,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test89.out test90.out test91.out test92.out test93.out \ test94.out test95.out test96.out test97.out test98.out \ test99.out test100.out test101.out test102.out test103.out \ - test104.out test105.out test106.out + test104.out test105.out test106.out \ + test_options.out .SUFFIXES: .in .out @@ -158,3 +159,4 @@ test103.out: test103.in test104.out: test104.in test105.out: test105.in test106.out: test106.in +test_options.out: test_options.in |