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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3