build: don't copy the test directory for out-of-tree builds

It should now work without.
This commit is contained in:
Jani Nikula 2017-09-25 23:38:39 +03:00 committed by David Bremner
parent d7929d61a2
commit d6929040a4

4
configure vendored
View file

@ -40,10 +40,6 @@ if [ "$srcdir" != "." ]; then
cp "$srcdir"/"$dir"/Makefile "$dir"
done
# Easiest way to get the test suite to work is to just copy the
# whole thing into the build directory.
cp -a "$srcdir"/test/* test
# Emacs only likes to generate compiled files next to the .el files
# by default so copy these as well (which is not ideal).
cp -a "$srcdir"/emacs/*.el emacs