summaryrefslogtreecommitdiffstats
path: root/src/testdir/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/testdir/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/testdir/Makefile')
-rw-r--r--src/testdir/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 90e0cdb2d6..459b868783 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -4,6 +4,7 @@
# Use console or GUI.
VIMPROG = ../vim
+XXDPROG = ../xxd/xxd
# VIMPROG = ../gvim
SCRIPTSOURCE = ../../runtime
@@ -145,3 +146,6 @@ test_gui_init.res: test_gui_init.vim
opt_test.vim: ../option.c gen_opt_test.vim
$(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c
+
+test_xxd.res:
+ XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim