diff options
| author | Jani Nikula <jani@nikula.org> | 2017-09-25 23:38:39 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-10-21 16:34:55 -0300 |
| commit | d6929040a4828cf17fb1a4f4d49b95816a5e7b7c (patch) | |
| tree | fc9f6443b94e3b569e5497e01a95759237414a80 | |
| parent | d7929d61a205ac7b75af38aa790f1a09d5864b61 (diff) | |
build: don't copy the test directory for out-of-tree builds
It should now work without.
| -rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
