From e95d5405593176df126d0b5d0c83d4ce71f4ac24 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 7 Sep 2021 00:50:54 +0530 Subject: 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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0432bfc..7c9bd76 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3