diff options
author | Ludovic Courtès | 2009-01-07 01:38:28 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-01-07 01:38:28 +0100 |
commit | 6fa2b3164bc06af4340957abd8644006a2d464ad (patch) | |
tree | ce1fc352a7cb2a9cd5af9eecafdf3afc09cccf0f /tests/Makefile.am | |
parent | 3e48969ab89f83a36c66753a28a0f36119625547 (diff) | |
download | skribilo-6fa2b3164bc06af4340957abd8644006a2d464ad.tar.gz skribilo-6fa2b3164bc06af4340957abd8644006a2d464ad.tar.lz skribilo-6fa2b3164bc06af4340957abd8644006a2d464ad.zip |
Add AST unit tests.
* tests/Makefile.am (TESTS): Add `ast.test'.
(CLEANFILES): Add `ast.log'.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 50d1381..913e871 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 = readers/rss-2.test +TESTS = ast.test readers/rss-2.test EXTRA_DIST = $(TESTS) -CLEANFILES = rss-2.log +CLEANFILES = ast.log rss-2.log |