mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
build: don't copy the test directory for out-of-tree builds
It should now work without.
This commit is contained in:
parent
d7929d61a2
commit
d6929040a4
1 changed files with 0 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue