From 3d0850364eb2099ff7f047642ae1c48e82cfb1a7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 23 Dec 2008 01:59:35 +0100 Subject: 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3