Home
last modified time | relevance | path

Searched refs:PROG_DIR (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/byacc/test/
H A Drun_make.sh11 PROG_DIR=`pwd`
14 PROG_DIR=..
28 MY_MAKE="make -f $PROG_DIR/makefile srcdir=$PROG_DIR"
37 make -f "$PROG_DIR/makefile" EXTRA_CFLAGS=-I$RETEST srcdir="$PROG_DIR" "$O_FILE" "$@"
43 echo "** program is in $PROG_DIR"
H A Drun_lint.sh9 PROG_DIR=`pwd`
12 PROG_DIR=..
28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
H A Drun_test.sh116 PROG_DIR=`pwd`
118 PROG_DIR=`echo "$PROG_DIR" | sed -e 's/ /\\\\ /g'`
121 PROG_DIR=..
125 YACC=$PROG_DIR/yacc
126 YACC_escaped=`echo "$PROG_DIR/yacc" | sed -e 's/\./\\\./g'`
131 ifBTYACC=`$FGREP -l 'define YYBTYACC' $PROG_DIR/config.h > /dev/null; test $? != 0; echo $?`
/freebsd-14.2/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_018_pos.ksh71 typeset PROG_DIR=$STF_SUITE/tests/snapshot
72 typeset SUM=$($SHA1 -q $PROG_DIR/ctldir_acl.txt)