mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 02:19:40 +08:00
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:
parent
b784617e85
commit
2d556baf13
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user