summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 19:25:43 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:41 -0500
commitbfeac67a02b618e1e771db3e05601bde9b0fb5d8 (patch)
tree76188307748cd51468a43ac5f70b5fb5fc8e2638 /tests
parent0667d9f124c1da66376e774e2e96b76cdc70700a (diff)
downloadgobject-introspection-bfeac67a02b618e1e771db3e05601bde9b0fb5d8.tar.gz
tests: Don't remove the built doctool directories if we're done
Diffstat (limited to 'tests')
-rw-r--r--tests/doctool/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 9a0734c4..127b2585 100644
--- a/tests/doctool/Makefile.am
+++ b/tests/doctool/Makefile.am
@@ -41,10 +41,10 @@ GIRS += DocExamples-1.0.gir
$(AM_V_at)$(INTROSPECTION_DOCTOOL) --language Python $*.gir -o $*-Python/
%-C.page.check: %-C
- @diff -u -w -B -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C" && rm -rf $*-C
+ @diff -u -w -B -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C"
%-Python.page.check: %-Python
- @diff -u -w -B -U 10 $(srcdir)/$*-Python-expected $*-Python && echo " TEST $*-Python" && rm -rf $*-Python
+ @diff -u -w -B -U 10 $(srcdir)/$*-Python-expected $*-Python && echo " TEST $*-Python"
check-local: $(CHECK_TARGETS) $(TYPELIBS)
clean-local: