Author: thommay Date: Fri Jan 21 08:00:52 2005 New Revision: 125938 URL: http://svn.apache.org/viewcvs?view=rev&rev=125938 Log: Add test as an alias to check Modified: apr/apr-util/trunk/Makefile.in
Modified: apr/apr-util/trunk/Makefile.in Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/Makefile.in?view=diff&rev=125938&p1=apr/apr-util/trunk/Makefile.in&r1=125937&p2=apr/apr-util/trunk/Makefile.in&r2=125938 ============================================================================== --- apr/apr-util/trunk/Makefile.in (original) +++ apr/apr-util/trunk/Makefile.in Fri Jan 21 08:00:52 2005 @@ -86,5 +86,6 @@ dox: doxygen $(top_srcdir)/docs/doxygen.conf +test: check check: $(TARGET_LIB) (cd test && $(MAKE) check)
