aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès2009-05-25 14:07:36 +0200
committerLudovic Courtès2009-05-25 14:28:59 +0200
commitf698471f9de9a5b0f853a014fccba1f2aff1b4dd (patch)
treee7d036d34b5b14bce95a8671912095e470b817c2 /tests/Makefile.am
parent2e55c630201ff50c6fef40f281eecffd6414280b (diff)
downloadskribilo-f698471f9de9a5b0f853a014fccba1f2aff1b4dd.tar.gz
skribilo-f698471f9de9a5b0f853a014fccba1f2aff1b4dd.tar.lz
skribilo-f698471f9de9a5b0f853a014fccba1f2aff1b4dd.zip
Add `resolve' unit tests.
* tests/Makefile.am (TESTS): Add `resolve.test'. (CLEANFILES): Add `resolve.log'.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 913e871..bd4349f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,8 @@
TESTS_ENVIRONMENT = \
$(GUILE) -L $(top_srcdir)/src/guile -L $(top_builddir)/src/guile
-TESTS = ast.test readers/rss-2.test
+TESTS = ast.test readers/rss-2.test resolve.test
EXTRA_DIST = $(TESTS)
-CLEANFILES = ast.log rss-2.log
+CLEANFILES = ast.log resolve.log rss-2.log