diff options
| author | christos <christos@NetBSD.org> | 2012-08-08 13:57:05 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-08-08 13:57:05 +0000 |
| commit | 56f678e2e5074f861eb5cbb69e33cc7e454e6d9f (patch) | |
| tree | 267140dcd87e6f7d56e900fadabd42e5bee74cc2 /tests/include/sys | |
| parent | 352341b4a089d4c2739eb89a5e3a5360626b655d (diff) | |
Exclude tests that use rump
Diffstat (limited to 'tests/include/sys')
| -rw-r--r-- | tests/include/sys/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/include/sys/Makefile b/tests/include/sys/Makefile index cea51b95fea..577501ef1e7 100644 --- a/tests/include/sys/Makefile +++ b/tests/include/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/03/18 15:30:59 christos Exp $ +# $NetBSD: Makefile,v 1.7 2012/08/08 13:57:06 christos Exp $ NOMAN= # defined @@ -6,10 +6,14 @@ NOMAN= # defined TESTSDIR= ${TESTSBASE}/include/sys -TESTS_C= t_bitops t_bootblock t_cdefs t_socket t_tree t_types +TESTS_C= t_bitops t_bootblock t_cdefs t_tree t_types LDADD.t_bitops+= -lm + +.if (${MKRUMP} != "no") +TESTS_C+= t_socket LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet LDADD.t_socket+= -lrumpvfs -lrump -lrumpuser -lpthread +.endif .include <bsd.test.mk> |
