commit | 321efdd77a7b9ac11ade90dd7634b5d37f4820fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 17:09:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 17:09:11 2016 +0200 |
tree | 708c52b699096a05fc9ed1568fa6372b8f2f8a93 | |
parent | 9280e3f95d065733f04fa22869e5ef071d531931 [diff] [blame] |
patch 7.4.2039 Problem: The Netbeans integration is not tested. Solution: Add a first Netbeans test.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 8393de8..9b8770d 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -179,6 +179,7 @@ test_langmap.res \ test_man.res \ test_matchadd_conceal.res \ + test_netbeans.res \ test_packadd.res \ test_perl.res \ test_quickfix.res \