summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fstyp/tests/Makefile
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2015-09-03 19:42:56 +0000
committerasomers <asomers@FreeBSD.org>2015-09-03 19:42:56 +0000
commit60980f847d9fbbfdb1b2ab79130fd940ae59feae (patch)
treef0c941dbbdbf37541637ceabb73519f4cba57839 /usr.sbin/fstyp/tests/Makefile
parent9c5fd1a68e5e6ad579a1144610d5bf3b8bbedbea (diff)
downloadFreeBSD-src-60980f847d9fbbfdb1b2ab79130fd940ae59feae.zip
FreeBSD-src-60980f847d9fbbfdb1b2ab79130fd940ae59feae.tar.gz
MFC r286964
Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.
Diffstat (limited to 'usr.sbin/fstyp/tests/Makefile')
-rw-r--r--usr.sbin/fstyp/tests/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/fstyp/tests/Makefile b/usr.sbin/fstyp/tests/Makefile
new file mode 100644
index 0000000..db686b59
--- /dev/null
+++ b/usr.sbin/fstyp/tests/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/usr.sbin/fstyp
+
+ATF_TESTS_SH= fstyp_test
+
+FILES= ext2.img.bz2
+FILES+= ext3.img.bz2
+FILES+= ext4.img.bz2
+FILES+= ext4_with_label.img.bz2
+FILES+= ntfs.img.bz2
+FILES+= ntfs_with_label.img.bz2
+FILESDIR= ${TESTSDIR}
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud