diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-19 15:45:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-19 15:45:29 +0200 |
commit | cf0213ef7e88d38c34ef71459d413cf5813e2a95 (patch) | |
tree | 0d8f1338a17cde97b1781755f7079829401a5f52 /src/testdir/Make_amiga.mak | |
parent | c004bc2726eafc7a56d1d9f8398a65a0a7dc8d6c (diff) | |
download | vim-git-cf0213ef7e88d38c34ef71459d413cf5813e2a95.tar.gz |
patch 7.4.744v7.4.744
Problem: No tests for Ruby and Perl.
Solution: Add minimal tests. (Ken Takata)
Diffstat (limited to 'src/testdir/Make_amiga.mak')
-rw-r--r-- | src/testdir/Make_amiga.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index e7c94c7e9..d9385b214 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -53,7 +53,9 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test_marks.out \ test_nested_function.out \ test_options.out \ + test_perl.out \ test_qf_title.out \ + test_ruby.out \ test_set.out \ test_signs.out \ test_textobjects.out \ @@ -198,7 +200,9 @@ test_mapping.out: test_mapping.in test_marks.out: test_marks.in test_nested_function.out: test_nested_function.in test_options.out: test_options.in +test_perl.out: test_perl.in test_qf_title.out: test_qf_title.in +test_ruby.out: test_ruby.in test_set.out: test_set.in test_signs.out: test_signs.in test_textobjects.out: test_textobjects.in |