From cefb20984f207880e63e78e616e84ada9befed22 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Aug 2019 02:50:46 +0530 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3