summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-04 18:44:35 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-04 18:44:35 +0000
commiteba379c94259c58af09e5c387c097af9abcd33d3 (patch)
tree997e956777d2d760b58be4cdd8e6dec21b921302 /Makefile.am
parentad375152790f50661a3c5d57832526f0971175ee (diff)
downloadlibcroco-eba379c94259c58af09e5c387c097af9abcd33d3.tar.gz
updated the reference output of the non regression tests.rel_0_1rel-0-2
Dodji.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b5264b..e2c8a47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,9 @@ cleantar:
rpm: cleantar
@(mkdir -p $(top_srcdir)/rpmbuildroot ; $(MAKE) dist && rpmbuild -ta --buildroot $(top_srcdir)/rpmbuildroot $(distdir).tar.gz)
+nr-tests:
+ if test -x $(top_srcdir)/tests/testctl ; then $(top_srcdir)/tests/testctl mkcleanup ; $(top_srcdir)/tests/testctl run ; fi
+
apidoc:
if ! test -d docs/apis ; then mkdir -p docs/apis ; fi ;
doxygen Doxyfile