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 /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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |