Searched refs:TESTFS (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/regress/sys/fs/lfs/9994/
H A DMakefile7 TESTFS?=. macro
10 @cp ${PROG} ${TESTFS}
11 @cd ${TESTFS} && ./${PROG} -c ${TMP} -n 1000 -q || (echo 'test failed' && exit 1)
12 @diff -q ${TESTFS}/test ${TMP}/control || (echo 'incorrect results' && exit 1)
13 @rm -f ${TESTFS}/test ${TMP}/control ${TESTFS}/${PROG}

Completed in 164 milliseconds