edcef5fc34
the kernel if left untickled. Thanks to jmmv for the tip that doing this is possible in atf via means of fork/wait.
17 lines
261 B
Makefile
17 lines
261 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/08/06 16:13:26 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/dev/sysmon
|
|
|
|
TESTS_C= t_swwdog
|
|
|
|
LDADD+= -lrumpdev_sysmon -lrumpdev -lrumpvfs
|
|
LDADD+= -lrump
|
|
LDADD+= -lrumpuser -lpthread
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.test.mk>
|