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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5809f95..d0524f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po src doc emacs +SUBDIRS = po src doc emacs tests ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3