summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-10 19:20:31 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-10 19:20:31 +0200
commit29f9ed20b42e7badea6cfb82fb1fb8d71f33e282 (patch)
tree21ff56261cd0ca4c2ff7dcbd908dd992db4d1e37 /src/Makefile
parent6f4700233fd925fe122b851f937929fb5e5da707 (diff)
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/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e7d0b38f08..2a2940e446 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2308,6 +2308,7 @@ test_arglist \
test_windows_home \
test_wordcount \
test_writefile \
+ test_xxd \
test_alot_latin \
test_alot_utf8 \
test_alot: