aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès2008-12-23 01:59:35 +0100
committerLudovic Courtès2008-12-23 01:59:35 +0100
commit3d0850364eb2099ff7f047642ae1c48e82cfb1a7 (patch)
treebbafda9481e316c7ad7fb355f6eff649cae4950c /configure.ac
parent6fa59c5132a1a8bde543dd4ce4c6b6c33b8d0625 (diff)
downloadskribilo-3d0850364eb2099ff7f047642ae1c48e82cfb1a7.tar.gz
skribilo-3d0850364eb2099ff7f047642ae1c48e82cfb1a7.tar.lz
skribilo-3d0850364eb2099ff7f047642ae1c48e82cfb1a7.zip
Add test framework and `rss-2' unit tests.
* Makefile.am (SUBDIRS): Add `tests'. * configure.ac: Produce `tests/Makefile'. * src/guile/Makefile.am (EXTRA_DIST): Add SRFI-64 files. * tests: New directory.
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 7d6d011..0da5c01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,4 +107,5 @@ AC_OUTPUT([Makefile
doc/user/Makefile
doc/modules/Makefile
doc/man/Makefile
+ tests/Makefile
emacs/Makefile])