e6db6692e5
Pidfile tests were disabled on arm64 (in r286863) because they hung. They have been fixed (r306098) and so can be enabled now. PR: 202304 Sponsored by: The FreeBSD Foundation
14 lines
243 B
Makefile
14 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
WARNS?= 2
|
|
LIBADD+= util
|
|
|
|
.include <bsd.test.mk>
|