Module Name: src
Committed By: christos
Date: Fri Dec 4 17:20:38 UTC 2015
Modified Files:
src/tests/sbin: Makefile
Log Message:
Add gpt tests
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/sbin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/sbin/Makefile
diff -u src/tests/sbin/Makefile:1.6 src/tests/sbin/Makefile:1.7
--- src/tests/sbin/Makefile:1.6 Sat Jul 28 12:08:40 2012
+++ src/tests/sbin/Makefile Fri Dec 4 12:20:38 2015
@@ -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>