Commit 2d556baf by Janis Johnson Committed by Janis Johnson

Makefile.in (qmtest-g++): Fix file name.

2002-09-26  Janis Johnson  <janis187@us.ibm.com>

	* Makefile.in (qmtest-g++): Fix file name.

From-SVN: r57547
parent b784617e
2002-09-26 Janis Johnson <janis187@us.ibm.com>
* Makefile.in (qmtest-g++): Fix file path.
2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
* expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
......
......@@ -3244,7 +3244,7 @@ ${QMTEST_DIR}/context: stamp-qmtest
# Run the G++ testsuite using QMTest.
qmtest-g++: ${QMTEST_DIR}/context ${QMTEST_DIR}/gpp-expected.qmr
cd ${QMTEST_DIR} && ${QMTEST} run ${QMTESTRUNFLAGS} -C context \
-o gpp.qmr -O ${QMTEST_DIR}/gpp-expected.qmr \
-o gpp.qmr -O gpp-expected.qmr \
${QMTEST_GPP_TESTS}
# Use the QMTest GUI.
......
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