summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArun Isaac2021-04-26 14:00:44 +0530
committerArun Isaac2021-04-26 14:00:44 +0530
commitd9ed716f24cb93086333a789befcfe0ee3ee2a4b (patch)
tree5cb17fbd1b17d16ebb181180f484026bd0e2fd24 /configure.ac
parent07802af0735ef9f41976961b17110dbd11692c39 (diff)
downloadccwl-d9ed716f24cb93086333a789befcfe0ee3ee2a4b.tar.gz
ccwl-d9ed716f24cb93086333a789befcfe0ee3ee2a4b.tar.lz
ccwl-d9ed716f24cb93086333a789befcfe0ee3ee2a4b.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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