summaryrefslogtreecommitdiff
path: root/tests/utils.scm
Commit message (Collapse)AuthorAgeFilesLines
* Fix test suite.v0.2.6David Thompson2022-01-261-52/+47
|
* tests: Fix utils test.David Thompson2021-04-151-1/+1
|
* Fix tests that fail during daylight savings time.David Thompson2017-01-231-1/+2
| | | | lol oops
* utils: Clean up and add tests.David Thompson2015-10-141-0/+85
* 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.