#103458# fixed syntax in testshl call

This commit is contained in:
Hans-Joachim Lankenau 2002-09-30 10:04:46 +00:00
parent 82ce5c6aad
commit cf6061f8bf
2 changed files with 13 additions and 13 deletions

View file

@ -454,7 +454,7 @@ $(SHL1TARGETN) : \
ALLTAR : runtest_$(SHL1TARGET)
runtest_$(SHL1TARGET) : $(SHL1TARGETN)
testshl $(SHL1TARGETN) sce\$(SHL1TARGET).sce -msg -skip
testshl $(SHL1TARGETN) sce$/$(SHL1TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL1TARGETN)"!=""
@ -916,7 +916,7 @@ $(SHL2TARGETN) : \
ALLTAR : runtest_$(SHL2TARGET)
runtest_$(SHL2TARGET) : $(SHL2TARGETN)
testshl $(SHL2TARGETN) sce\$(SHL2TARGET).sce -msg -skip
testshl $(SHL2TARGETN) sce$/$(SHL2TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL2TARGETN)"!=""
@ -1378,7 +1378,7 @@ $(SHL3TARGETN) : \
ALLTAR : runtest_$(SHL3TARGET)
runtest_$(SHL3TARGET) : $(SHL3TARGETN)
testshl $(SHL3TARGETN) sce\$(SHL3TARGET).sce -msg -skip
testshl $(SHL3TARGETN) sce$/$(SHL3TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL3TARGETN)"!=""
@ -1840,7 +1840,7 @@ $(SHL4TARGETN) : \
ALLTAR : runtest_$(SHL4TARGET)
runtest_$(SHL4TARGET) : $(SHL4TARGETN)
testshl $(SHL4TARGETN) sce\$(SHL4TARGET).sce -msg -skip
testshl $(SHL4TARGETN) sce$/$(SHL4TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL4TARGETN)"!=""
@ -2302,7 +2302,7 @@ $(SHL5TARGETN) : \
ALLTAR : runtest_$(SHL5TARGET)
runtest_$(SHL5TARGET) : $(SHL5TARGETN)
testshl $(SHL5TARGETN) sce\$(SHL5TARGET).sce -msg -skip
testshl $(SHL5TARGETN) sce$/$(SHL5TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL5TARGETN)"!=""
@ -2764,7 +2764,7 @@ $(SHL6TARGETN) : \
ALLTAR : runtest_$(SHL6TARGET)
runtest_$(SHL6TARGET) : $(SHL6TARGETN)
testshl $(SHL6TARGETN) sce\$(SHL6TARGET).sce -msg -skip
testshl $(SHL6TARGETN) sce$/$(SHL6TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL6TARGETN)"!=""
@ -3226,7 +3226,7 @@ $(SHL7TARGETN) : \
ALLTAR : runtest_$(SHL7TARGET)
runtest_$(SHL7TARGET) : $(SHL7TARGETN)
testshl $(SHL7TARGETN) sce\$(SHL7TARGET).sce -msg -skip
testshl $(SHL7TARGETN) sce$/$(SHL7TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL7TARGETN)"!=""
@ -3688,7 +3688,7 @@ $(SHL8TARGETN) : \
ALLTAR : runtest_$(SHL8TARGET)
runtest_$(SHL8TARGET) : $(SHL8TARGETN)
testshl $(SHL8TARGETN) sce\$(SHL8TARGET).sce -msg -skip
testshl $(SHL8TARGETN) sce$/$(SHL8TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL8TARGETN)"!=""
@ -4150,7 +4150,7 @@ $(SHL9TARGETN) : \
ALLTAR : runtest_$(SHL9TARGET)
runtest_$(SHL9TARGET) : $(SHL9TARGETN)
testshl $(SHL9TARGETN) sce\$(SHL9TARGET).sce -msg -skip
testshl $(SHL9TARGETN) sce$/$(SHL9TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL9TARGETN)"!=""
@ -4612,7 +4612,7 @@ $(SHL10TARGETN) : \
ALLTAR : runtest_$(SHL10TARGET)
runtest_$(SHL10TARGET) : $(SHL10TARGETN)
testshl $(SHL10TARGETN) sce\$(SHL10TARGET).sce -msg -skip
testshl $(SHL10TARGETN) sce$/$(SHL10TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL10TARGETN)"!=""

View file

@ -2,9 +2,9 @@
#
# $RCSfile: tg_shl.mk,v $
#
# $Revision: 1.69 $
# $Revision: 1.70 $
#
# last change: $Author: mh $ $Date: 2002-08-16 11:26:42 $
# last change: $Author: hjs $ $Date: 2002-09-30 11:04:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -554,7 +554,7 @@ $(SHL$(TNR)TARGETN) : \
ALLTAR : runtest_$(SHL$(TNR)TARGET)
runtest_$(SHL$(TNR)TARGET) : $(SHL$(TNR)TARGETN)
testshl $(SHL$(TNR)TARGETN) sce\$(SHL$(TNR)TARGET).sce -msg -skip
testshl $(SHL$(TNR)TARGETN) sce$/$(SHL$(TNR)TARGET).sce -msg -skip
.ENDIF # "$(NO_TESTS)"==""
.ENDIF # "$(TESTDIR)"!=""
.ENDIF # "$(SHL$(TNR)TARGETN)"!=""