diff options
author | Ludovic Courtès | 2008-12-23 01:59:35 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-12-23 01:59:35 +0100 |
commit | 3d0850364eb2099ff7f047642ae1c48e82cfb1a7 (patch) | |
tree | bbafda9481e316c7ad7fb355f6eff649cae4950c /tests/Makefile.am | |
parent | 6fa59c5132a1a8bde543dd4ce4c6b6c33b8d0625 (diff) | |
download | skribilo-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 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |