mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
16 lines
290 B
Makefile
16 lines
290 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/lib/libutil
|
||
|
|
|
||
|
|
TAP_TESTS_C+= flopen_test
|
||
|
|
TAP_TESTS_C+= grp_test
|
||
|
|
TAP_TESTS_C+= humanize_number_test
|
||
|
|
TAP_TESTS_C+= pidfile_test
|
||
|
|
TAP_TESTS_C+= trimdomain_test
|
||
|
|
TAP_TESTS_C+= trimdomain-nodomain_test
|
||
|
|
|
||
|
|
DPADD+= ${LIBUTIL}
|
||
|
|
LDADD+= -lutil
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|