diff options
author | Arun Isaac | 2021-09-07 00:50:54 +0530 |
---|---|---|
committer | Arun Isaac | 2021-09-07 00:55:12 +0530 |
commit | e95d5405593176df126d0b5d0c83d4ce71f4ac24 (patch) | |
tree | 380b327c6eb2c6b5fa698bd6586d897363d86b50 /configure.ac | |
parent | 22c8e5d33d17f54496d5e44c98a024c46155eb5b (diff) | |
download | guile-xapian-e95d5405593176df126d0b5d0c83d4ce71f4ac24.tar.gz guile-xapian-e95d5405593176df126d0b5d0c83d4ce71f4ac24.tar.lz guile-xapian-e95d5405593176df126d0b5d0c83d4ce71f4ac24.zip |
Set up testing infrastructure.
* tests/xapian.scm: New file.
* build-aux/test-driver.scm.in: New file.
* configure.ac: Configure build-aux/test-driver.scm.
* .gitignore: Add build-aux/test-driver.scm, tests/*.log and
tests/*.trs.
* Makefile.am (EXTRA_DIST): Add TESTS.
(TEST_EXTENSIONS, SCM_TESTS, TESTS, SCM_LOG_DRIVER): New variables.
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 ad713be..2a261f1 100644 --- a/configure.ac +++ b/configure.ac @@ -44,4 +44,5 @@ AC_SUBST([SWIG_FLAGS], [$(PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --cflags x 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 |