aboutsummaryrefslogtreecommitdiff
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorjdiez17 <jose.manuel.diez@gmail.com>2014-02-22 15:30:50 +0000
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-24 14:45:07 -0300
commitbe3ce617c718cee0cbd418cd1b014f9e9480a0b9 (patch)
tree9a4ee1441286d389202417be432d89297ab7de2d /src/testdir/Makefile
parent1df4ec20976ad0d6c52eb1207c40e06589ce54da (diff)
downloadrneovim-be3ce617c718cee0cbd418cd1b014f9e9480a0b9.tar.gz
rneovim-be3ce617c718cee0cbd418cd1b014f9e9480a0b9.tar.bz2
rneovim-be3ce617c718cee0cbd418cd1b014f9e9480a0b9.zip
Changed binary output directory from src/ to bin/
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 5238fda86a..8915328a8f 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -2,7 +2,7 @@
# Makefile to run all tests for Vim
#
-VIMPROG = ../../build/src/vim
+VIMPROG = ../../build/bin/vim
# Uncomment this line to use valgrind for memory leaks and extra warnings.
# The output goes into a file "valgrind.testN"