aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff3/tests/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-05-25 17:45:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-05-25 17:45:50 +0000
commite1910ebda4d5972aef64aaf67ea7bcbbba16fa4f (patch)
tree5bd202d3f1ca0c0c22a4982c2edaf5306b9d127f /usr.bin/diff3/tests/Makefile
parentb08e22797de96cd5222b9bf0ca9f6e993e8c76b4 (diff)
Notes
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 000000000000..dd75be1ca02a
--- /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>