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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,8 +21,13 @@ xapian/*.go xapian/wrap.scm xapian_wrap.cc +# tests +tests/*.log +tests/*.trs + # website website/index.html # other +build-aux/test-driver.scm pre-inst-env
\ No newline at end of file |