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
This commit is contained in:
Janis Johnson 2002-09-26 19:29:29 +00:00 committed by Janis Johnson
parent b784617e85
commit 2d556baf13
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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.