From: Jani Nikula Date: Mon, 25 Sep 2017 20:38:39 +0000 (+0300) Subject: build: don't copy the test directory for out-of-tree builds X-Git-Tag: 0.26_rc0~79 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d6929040a4828cf17fb1a4f4d49b95816a5e7b7c build: don't copy the test directory for out-of-tree builds It should now work without. --- diff --git a/configure b/configure index c0a550c7..d3e30b53 100755 --- a/configure +++ b/configure @@ -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