Add gpt tests

This commit is contained in:
christos 2015-12-04 17:19:33 +00:00
parent 20fc3c3567
commit 11ff782d8f
3 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.654 2015/11/18 18:36:53 christos Exp $
# $NetBSD: mi,v 1.655 2015/12/04 17:19:33 christos Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -3265,6 +3265,17 @@
./usr/tests/sbin/fsck_ffs/Kyuafile tests-sbin-tests compattestfile,atf,kyua
./usr/tests/sbin/fsck_ffs/t_check_quotas tests-sbin-tests compattestfile,atf
./usr/tests/sbin/fsck_ffs/t_enable_quotas tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/Atffile tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/Kyuafile tests-sbin-tests compattestfile,atf,kyua
./usr/tests/sbin/gpt/t_gpt tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.2part.show.label tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.2part.show.normal tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.2part.show.uuid tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.backup tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.empty.show.normal tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.removepart.show.normal tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.resizedisk.show.normal tests-sbin-tests compattestfile,atf
./usr/tests/sbin/gpt/gpt.resizepart.show.normal tests-sbin-tests compattestfile,atf
./usr/tests/sbin/ifconfig tests-sbin-tests compattestfile,atf
./usr/tests/sbin/ifconfig/Atffile tests-sbin-tests compattestfile,atf
./usr/tests/sbin/ifconfig/Kyuafile tests-sbin-tests compattestfile,atf,kyua

View File

@ -1,4 +1,4 @@
# $NetBSD: NetBSD.dist.tests,v 1.121 2015/11/05 00:02:59 knakahara Exp $
# $NetBSD: NetBSD.dist.tests,v 1.122 2015/12/04 17:20:12 christos Exp $
./usr/libdata/debug/usr/tests
./usr/libdata/debug/usr/tests/atf
@ -337,6 +337,7 @@
./usr/tests/rump/rumpvfs
./usr/tests/sbin
./usr/tests/sbin/fsck_ffs
./usr/tests/sbin/gpt
./usr/tests/sbin/ifconfig
./usr/tests/sbin/newfs
./usr/tests/sbin/newfs_msdos

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.6 2012/07/28 16:08:40 njoly Exp $
# $NetBSD: Makefile,v 1.7 2015/12/04 17:20:38 christos Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/sbin
TESTS_SUBDIRS+= fsck_ffs ifconfig newfs newfs_msdos resize_ffs route sysctl
TESTS_SUBDIRS+= fsck_ffs gpt ifconfig newfs newfs_msdos resize_ffs route sysctl
.include <bsd.test.mk>