summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fstyp/tests/Makefile
diff options
context:
space:
mode:
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