diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-14 10:44:00 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-14 10:50:03 -0400 |
commit | 397bc485d4985b284c3302027c2d9e82353162b7 (patch) | |
tree | ed97cc48309d6ecaf93230e22791da49c250c2fd /configure.ac | |
parent | 32883938eb2faa135f268cfba851c6c6e3e6e478 (diff) |
utils: Clean up and add tests.
* haunt/utils.scm (flat-map, string-split-at): Add docstring.
(file-name-components): Adjust slightly to handle "/".
(join-file-name-components): Use prefix string join grammar.
(absolute-file-name): Add docstring.
* test-env.in: New file.
* tests/utils.scm: New file.
* Makefile.am (TESTS, TEST_EXTENSIONS, SCM_LOG_COMPILER,
AM_SCM_LOG_FLAGS): New variables.
* configure.ac: Add test-env pre-processed file.
* build-aux/test-driver: New file.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c623045..bbd6371 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AM_SILENT_RULES([yes]) AC_CONFIG_FILES([Makefile example/Makefile website/Makefile haunt/config.scm]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([test-env], [chmod +x test-env]) AC_CONFIG_FILES([scripts/haunt], [chmod +x scripts/haunt]) GUILE_PROGS([2.0.11]) |