ddce1c3ddb
file descriptor for the given posix mqueue. Export the timer_oshandle_np() symbol to get ktimer id for the given posix timer. Requested by: Lewis Donzis <lew@perftech.com> Reviewed by: jilles Discussed with: kan Sponsored by: The FreeBSD Foundation MFC after: 1 week
22 lines
259 B
Makefile
22 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/mqueue
|
|
|
|
ATF_TESTS_SH= mqueue_test
|
|
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
CFLAGS+= -I${SRCTOP}/tests
|
|
|
|
PROGS+= mqtest1
|
|
PROGS+= mqtest2
|
|
PROGS+= mqtest3
|
|
PROGS+= mqtest4
|
|
PROGS+= mqtest5
|
|
|
|
LIBADD+= rt
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|