Lines Matching full:tdir
56 TDIR=f_testnew
59 @echo "Creating a new e2fsck testcase in ${TDIR}"
60 @mkdir -p ${TDIR}
61 dd if=/dev/zero of=${TDIR}/image bs=1k count=8k
62 $(top_srcdir)/misc/mke2fs -j -F -N 256 ${TDIR}/image
63 @echo "new test description" > ${TDIR}/name
64 @echo; echo; echo "New test filesystem at ${TDIR}/image."
67 EXPECT1=${TDIR}/expect.1
68 EXPECT2=${TDIR}/expect.2
70 testend: test_one ${TDIR}/image
71 gzip -9 ${TDIR}/image
72 @OUT1=${EXPECT1} OUT2=${EXPECT2} ./test_one ${TDIR}
79 @echo "If all is well, edit ${TDIR}/name and rename ${TDIR}."
86 $(RM) -rf ${TDIR}