aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2019-08-09 02:50:46 +0530
committerArun Isaac2019-08-09 02:50:46 +0530
commitcefb20984f207880e63e78e616e84ada9befed22 (patch)
tree66fea17e370284cc5bc3ecc4bd8d83fc5105a48f /Makefile.am
parent3c566d41ac74eb3143c2ccfe85c7360581f70fa8 (diff)
downloadguile-email-cefb20984f207880e63e78e616e84ada9befed22.tar.gz
guile-email-cefb20984f207880e63e78e616e84ada9befed22.tar.lz
guile-email-cefb20984f207880e63e78e616e84ada9befed22.zip
tests: Run tests with correct path.
* build-aux/test-driver.scm: Rename to build-aux/test-driver.scm.in. * build-aux/test-driver.scm.in: Specify log file as an absolute path. Change to top level source directory before running tests. * configure.ac: Generate test-driver.scm. * Makefile.am (EXTRA_DIST): Unregister build-aux/test-driver.scm. Register build-aux/test-driver.scm.in.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3dee68b..c4bf107 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,9 +65,9 @@ info_TEXINFOS = doc/guile-email.texi
EXTRA_DIST += \
$(TESTS) \
- build-aux/test-driver.scm \
tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part \
tests/email-with-8bit-encoding-and-non-utf8-charset \
+ build-aux/test-driver.scm.in \
COPYING \
README.org