aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sockstat/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sockstat/tests/Makefile')
-rw-r--r--usr.bin/sockstat/tests/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/sockstat/tests/Makefile b/usr.bin/sockstat/tests/Makefile
new file mode 100644
index 000000000000..9971bca2d474
--- /dev/null
+++ b/usr.bin/sockstat/tests/Makefile
@@ -0,0 +1,8 @@
+ATF_TESTS_C+= sockstat_test
+SRCS.sockstat_test= sockstat_test.c ../sockstat.c
+
+LIBADD= xo
+
+PACKAGE= tests
+
+.include <bsd.test.mk>