summaryrefslogtreecommitdiff
path: root/tests/sys_queue/Makefile
blob: 96a92bf3d1616198e1a9c847d4ffec52a6307022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PROG  =			hello
SRCS  =			hello.c

WARNS =			4

MKC_FEATURES  =	CIRCLEQ LIST SIMPLEQ SLIST STAILQ TAILQ

MKC_REQD =		0.26.0

test: all
.include "test.mk"
.include <mkc.prog.mk>