diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-04-10 19:20:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-04-10 19:20:31 +0200 |
commit | 29f9ed20b42e7badea6cfb82fb1fb8d71f33e282 (patch) | |
tree | 21ff56261cd0ca4c2ff7dcbd908dd992db4d1e37 /src/testdir/Make_all.mak | |
parent | 6f4700233fd925fe122b851f937929fb5e5da707 (diff) | |
download | vim-git-29f9ed20b42e7badea6cfb82fb1fb8d71f33e282.tar.gz |
patch 8.0.1689: no tests for xxdv8.0.1689
Problem: No tests for xxd.
Solution: Add a test. (Christian Brabandt)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index b0bfe2615..e36089af8 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -188,6 +188,7 @@ NEW_TESTS = test_arabic.res \ test_windows_home.res \ test_wordcount.res \ test_writefile.res \ + test_xxd.res \ test_alot_latin.res \ test_alot_utf8.res \ test_alot.res |