aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff3/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/diff3/tests/Makefile')
-rw-r--r--usr.bin/diff3/tests/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.bin/diff3/tests/Makefile b/usr.bin/diff3/tests/Makefile
new file mode 100644
index 0000000000000..dd75be1ca02aa
--- /dev/null
+++ b/usr.bin/diff3/tests/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PACKAGE= tests
+
+ATF_TESTS_SH= diff3_test
+
+${PACKAGE}FILES+= \
+ 1.txt \
+ 2.txt \
+ 3.txt \
+ 1.out \
+ 2.out \
+ 3.out \
+ 4.out \
+ 5.out \
+ 6.out \
+ 7.out \
+ 8.out \
+ 9.out
+
+.include <bsd.test.mk>