commit | b5e8377364110ee70090274da15d202778e96a64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 21:48:26 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 21:48:26 2017 +0100 |
tree | caa02b1dec88c11db30144e6050e24323c73f4b5 | |
parent | d512e17ea4cebe547197b759a047138228acc06f [diff] [blame] |
patch 8.0.0385: no tests for arabic Problem: No tests for arabic. Solution: Add a first test for arabic. (Dominique Pelle, closes #1518)
diff --git a/src/Makefile b/src/Makefile index 09adb9a..0bdd1d4 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2092,6 +2092,7 @@ # Run individual NEW style test, assuming that Vim was already compiled. test_arglist \ + test_arabic \ test_assert \ test_assign \ test_autochdir \