diff options
Diffstat (limited to 'usr.bin/sockstat/tests/Makefile')
| -rw-r--r-- | usr.bin/sockstat/tests/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/sockstat/tests/Makefile b/usr.bin/sockstat/tests/Makefile new file mode 100644 index 000000000000..5412e9d842aa --- /dev/null +++ b/usr.bin/sockstat/tests/Makefile @@ -0,0 +1,9 @@ +ATF_TESTS_C+= sockstat_test +SRCS.sockstat_test= sockstat_test.c sockstat.c +.PATH: ${.CURDIR:H} + +LIBADD= xo + +PACKAGE= tests + +.include <bsd.test.mk> |
