diff options
| author | Arun Isaac | 2019-08-09 02:50:46 +0530 |
|---|---|---|
| committer | Arun Isaac | 2019-08-09 02:50:46 +0530 |
| commit | cefb20984f207880e63e78e616e84ada9befed22 (patch) | |
| tree | 66fea17e370284cc5bc3ecc4bd8d83fc5105a48f /configure.ac | |
| parent | 3c566d41ac74eb3143c2ccfe85c7360581f70fa8 (diff) | |
| download | guile-email-cefb20984f207880e63e78e616e84ada9befed22.tar.gz | |
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 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ce3ff0c..5de8c76 100644 --- a/configure.ac +++ b/configure.ac @@ -30,4 +30,5 @@ fi AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([build-aux/test-driver.scm]) AC_OUTPUT |
