summaryrefslogtreecommitdiff
path: root/lib/libc/tests/ttyio/Makefile
blob: 2d2dda2f854f9157d79bb870254c3cce739d785c (plain)
1
2
3
4
5
6
7
8
9
10
.include <bsd.own.mk>

# TODO: ptm_test
NETBSD_ATF_TESTS_C=	ttyio_test

LIBADD.ttyio_test+=	util

.include "../Makefile.netbsd-tests"

.include <bsd.test.mk>