code: mafs

ref: 1a4e1fc2e52ab80b55ef0d7fdccca973267fb4cc
dir: /tests/mkfile/

View raw version
</$objtype/mkfile

BIN=/$objtype/bin/disk

TARG=sizes offsets testextents pwrites reli nlastdatablocks testconfig # mfsck

OFILES=\
	../dat.$O\
	../misc.$O\
	../tag.$O\


HFILES=\
	../dat.h\


DISTARG=sizes.c offsets.c mfsck.c

</sys/src/cmd/mkmany

tests: 6.sizes
	./6.sizes

$O.testconfig:	../dat.$O ../parseconfig.$O ../misc.$O testconfig.$O
	$LD $LDFLAGS -o $target $prereq

$O.testextents:	../dat.$O ../extents.$O ../misc.$O testextents.$O
	$LD $LDFLAGS -o $target $prereq

t3:VQ:
	./regress.rc test.3
	echo regress done