Sets-list and mtree dance for t_inet_network
This commit is contained in:
parent
4eb3e8521c
commit
809681d76f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.235 2011/01/13 03:20:14 pgoyette Exp $
|
||||
# $NetBSD: mi,v 1.236 2011/01/13 13:54:24 pgoyette Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -349,6 +349,8 @@
|
|||
./usr/libdata/debug/usr/tests/lib/libc/ieeefp/t_nan_inf.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/ieeefp/t_round.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/ieeefp/t_subnormal.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/inet tests-lib-debug
|
||||
./usr/libdata/debug/usr/tests/lib/libc/inet/t_inet_network.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/net tests-lib-debug
|
||||
./usr/libdata/debug/usr/tests/lib/libc/net/getaddrinfo tests-lib-debug
|
||||
./usr/libdata/debug/usr/tests/lib/libc/net/getaddrinfo/h_gai.debug tests-lib-debug debug,atf
|
||||
|
@ -1687,6 +1689,8 @@
|
|||
./usr/tests/lib/libc/ieeefp/t_nan_inf tests-lib-tests atf
|
||||
./usr/tests/lib/libc/ieeefp/t_round tests-lib-tests atf
|
||||
./usr/tests/lib/libc/ieeefp/t_subnormal tests-lib-tests atf
|
||||
./usr/tests/lib/libc/inet tests-lib-tests
|
||||
./usr/tests/lib/libc/inet/t_inet_network tests-lib-tests atf
|
||||
./usr/tests/lib/libc/net tests-lib-tests
|
||||
./usr/tests/lib/libc/net/Atffile tests-lib-tests atf
|
||||
./usr/tests/lib/libc/net/getaddrinfo tests-lib-tests
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NetBSD.dist.tests,v 1.21 2011/01/13 00:16:34 pgoyette Exp $
|
||||
# $NetBSD: NetBSD.dist.tests,v 1.22 2011/01/13 13:54:23 pgoyette Exp $
|
||||
|
||||
./usr/libdata/debug/usr/tests
|
||||
./usr/libdata/debug/usr/tests/atf
|
||||
|
@ -49,6 +49,7 @@
|
|||
./usr/libdata/debug/usr/tests/lib/libc/gen
|
||||
./usr/libdata/debug/usr/tests/lib/libc/hash
|
||||
./usr/libdata/debug/usr/tests/lib/libc/ieeefp
|
||||
./usr/libdata/debug/usr/tests/lib/libc/inet
|
||||
./usr/libdata/debug/usr/tests/lib/libc/net
|
||||
./usr/libdata/debug/usr/tests/lib/libc/net/getaddrinfo
|
||||
./usr/libdata/debug/usr/tests/lib/libc/regex
|
||||
|
@ -155,6 +156,7 @@
|
|||
./usr/tests/lib/libc/hash
|
||||
./usr/tests/lib/libc/hash/data
|
||||
./usr/tests/lib/libc/ieeefp
|
||||
./usr/tests/lib/libc/inet
|
||||
./usr/tests/lib/libc/net
|
||||
./usr/tests/lib/libc/net/getaddrinfo
|
||||
./usr/tests/lib/libc/net/getaddrinfo/data
|
||||
|
|
Loading…
Reference in New Issue