Deleted Added
full compact
Makefile (289197) Makefile (289223)
1# $FreeBSD: user/ngie/more-tests2/tools/regression/posixshm/Makefile 264400 2014-04-13 05:21:56Z imp $
1# $FreeBSD: user/ngie/more-tests2/tests/sys/posixshm/Makefile 289223 2015-10-13 16:50:12Z ngie $
2
2
3PROG= posixshm
4SRCS= posixshm.c test.c
5MAN=
3TESTSDIR= ${TESTSBASE}/sys/posixshm
6
4
7WARNS?= 3
5TAP_TESTS_C+= posixshm_test
6PLAIN_TESTS_C+= posixshm_test2
8
7
9.include <bsd.prog.mk>
8SRCS.posixshm_test= posixshm.c test.c
9SRCS.posixshm_test2= shm_test.c
10
11.include <bsd.test.mk>