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. --- tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..50d1381 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,8 @@ +TESTS_ENVIRONMENT = \ + $(GUILE) -L $(top_srcdir)/src/guile -L $(top_builddir)/src/guile + +TESTS = readers/rss-2.test + +EXTRA_DIST = $(TESTS) + +CLEANFILES = rss-2.log -- cgit v1.2.3