diff options
| author | christos <christos@NetBSD.org> | 2012-03-18 15:30:59 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-03-18 15:30:59 +0000 |
| commit | db7f9696574239534c1934d068607fc161cbb924 (patch) | |
| tree | 04b22987b9d01256af6ddb5035cfe2a156832279 /tests/include/sys/Makefile | |
| parent | 0652ae0a2a249ba9f6328c8f3f3ab157dc83b7e8 (diff) | |
test the __type macros
Diffstat (limited to 'tests/include/sys/Makefile')
| -rw-r--r-- | tests/include/sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/sys/Makefile b/tests/include/sys/Makefile index eaa121aee9d..cea51b95fea 100644 --- a/tests/include/sys/Makefile +++ b/tests/include/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/07/07 05:50:27 jruoho Exp $ +# $NetBSD: Makefile,v 1.6 2012/03/18 15:30:59 christos Exp $ NOMAN= # defined @@ -6,7 +6,7 @@ NOMAN= # defined TESTSDIR= ${TESTSBASE}/include/sys -TESTS_C= t_bitops t_bootblock t_socket t_tree t_types +TESTS_C= t_bitops t_bootblock t_cdefs t_socket t_tree t_types LDADD.t_bitops+= -lm LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet |
