From d9ed716f24cb93086333a789befcfe0ee3ee2a4b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 26 Apr 2021 14:00:44 +0530 Subject: Run tests in autotools build system. * build-aux/test-driver.scm.in: New file. * configure.ac: Generate build-aux/test-driver.scm. * Makefile.am (TEST_EXTENSIONS): Add .scm. (SCM_TESTS): Add tests/ccwl.scm and tests/yaml.scm. (TESTS): Set to SCM_TESTS. (EXTRA_DIST): Distribute test files. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 531b29c..a7338b9 100644 --- a/configure.ac +++ b/configure.ac @@ -26,5 +26,6 @@ GUILE_PROGS AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([build-aux/test-driver.scm]) AC_CONFIG_FILES([scripts/ccwl], [chmod +x scripts/ccwl]) AC_OUTPUT -- cgit 1.4.1