aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm/tests/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-03-16 08:04:06 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-03-16 08:04:06 +0000
commit3a92d97ff0f22d21608e1c19b83104c4937523b6 (patch)
treea434fba265da51ef79b1cfc4461e1080dbe53e90 /usr.bin/comm/tests/Makefile
parentd14afb2adcbf0db6625f582abf0c7154e4e005bd (diff)
downloadsrc-3a92d97ff0f22d21608e1c19b83104c4937523b6.tar.gz
src-3a92d97ff0f22d21608e1c19b83104c4937523b6.zip
Notes
Diffstat (limited to 'usr.bin/comm/tests/Makefile')
-rw-r--r--usr.bin/comm/tests/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.bin/comm/tests/Makefile b/usr.bin/comm/tests/Makefile
new file mode 100644
index 000000000000..172943d1247c
--- /dev/null
+++ b/usr.bin/comm/tests/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/usr.bin/comm
+
+TAP_TESTS_SH= legacy_test
+
+FILESDIR= ${TESTSDIR}
+FILES= regress.00.out
+FILES+= regress.00a.in
+FILES+= regress.00b.in
+FILES+= regress.01.out
+FILES+= regress.01a.in
+FILES+= regress.01b.in
+FILES+= regress.02.out
+FILES+= regress.02a.in
+FILES+= regress.02b.in
+FILES+= regress.sh
+
+.include <bsd.test.mk>