NetBSD/tests/sbin/gpt/Makefile

16 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/12/05 18:52:11 christos Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/sbin/gpt
TESTS_SH= t_gpt
FILESDIR= ${TESTSDIR}
FILES= gpt.empty.show.normal gpt.backup gpt.removepart.show.normal
FILES+= gpt.2part.show.uuid gpt.2part.show.normal gpt.2part.show.label
FILES+= gpt.resizedisk.show.normal gpt.resizepart.show.normal
FILES+= gpt.disklabel gpt.disklabel.show.normal
.include <bsd.test.mk>