diff options
author | Ludovic Courtès | 2012-05-22 21:43:13 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-22 21:43:13 +0200 |
commit | 27e83da3ec4ee676af51e23104621f0eb1f5f8cb (patch) | |
tree | bf25dd789000eb9ea21870bb3824ee9ab77f87dc | |
parent | 5cc22a49db47cbfac690d66dbc71864b3cf336cf (diff) | |
download | skribilo-27e83da3ec4ee676af51e23104621f0eb1f5f8cb.tar.gz skribilo-27e83da3ec4ee676af51e23104621f0eb1f5f8cb.tar.lz skribilo-27e83da3ec4ee676af51e23104621f0eb1f5f8cb.zip |
tests: Remove new log files.
* tests/Makefile.am (CLEANFILES): Add `location.log' and `info.log'.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1a1444a..4798202 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -12,4 +12,4 @@ TESTS = \ EXTRA_DIST = $(TESTS) -CLEANFILES = ast.log resolve.log rss-2.log +CLEANFILES = ast.log resolve.log rss-2.log location.log info.log |