Commit 34c3ef05 by Rainer Orth Committed by Rainer Orth

* Makefile.in (check-consistency): Remove.

From-SVN: r171153
parent c345e052
2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* Makefile.in (check-consistency): Remove.
2011-03-18 Jakub Jelinek <jakub@redhat.com> 2011-03-18 Jakub Jelinek <jakub@redhat.com>
PR debug/48176 PR debug/48176
......
...@@ -5036,16 +5036,6 @@ check-parallel-% : site.exp ...@@ -5036,16 +5036,6 @@ check-parallel-% : site.exp
fi ; \ fi ; \
$(RUNTEST) --tool $(check_p_tool) $(RUNTESTFLAGS) $$runtestflags) $(RUNTEST) --tool $(check_p_tool) $(RUNTESTFLAGS) $$runtestflags)
check-consistency: testsuite/site.exp
-rootme=`${PWD_COMMAND}`; export rootme; \
srcdir=`cd ${srcdir}; ${PWD_COMMAND}` ; export srcdir ; \
cd testsuite; \
EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd $${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \
export TCL_LIBRARY ; fi ; \
$(RUNTEST) --tool consistency $(RUNTESTFLAGS)
# QMTest targets # QMTest targets
# The path to qmtest. # The path to qmtest.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment