Home | History | Annotate | Download | only in regress

Lines Matching refs:if

8 # If REGRESSTARGETS is defined and PROG is not defined, set NOPROG
9 .if defined(REGRESSTARGETS) && !defined(PROG)
23 .if defined(PROG) && !empty(PROG)
28 .if !defined(REGRESSTARGETS)
30 . if defined(REGRESSSKIP)
37 #.if (${REGRESSSKIPSLOW:L} == "yes") && defined(REGRESSSLOWTARGETS)
39 .if (${REGRESSSKIPSLOW} == "yes") && defined(REGRESSSLOWTARGETS)
43 .if defined(REGRESSROOTTARGETS)
46 . if (${ROOTUSER} != 0) && empty(SUDO)
55 . if ${REGRESSSKIPTARGETS:M${RT}}
58 # XXX - we need a better method to see if a test fails due to timeout or just
60 . if !defined(REGRESSMAXTIME)
61 @if cd ${.CURDIR} && ${MAKE} ${RT}; then \
68 @if cd ${.CURDIR} && (ulimit -t ${REGRESSMAXTIME} ; ${MAKE} ${RT}); then \