PERFORCE change 100781 for review

Michael Bushkov bushman at FreeBSD.org
Thu Jul 6 17:52:19 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100781

Change 100781 by bushman at bushman_nss_ldap_cached on 2006/07/06 17:51:22

	getaddrinfo() test finished. It's much simpler than gethostby**() test - it's main purpose are correctness testing and snapshot equality testing.

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/tools/regression/lib/libc/nss/Makefile#7 edit
.. //depot/projects/soc2006/nss_ldap_cached/src/tools/regression/lib/libc/nss/test-getaddr.c#1 add
.. //depot/projects/soc2006/nss_ldap_cached/src/tools/regression/lib/libc/nss/test-getaddr.t#1 add

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/tools/regression/lib/libc/nss/Makefile#7 (text+ko) ====

@@ -1,11 +1,10 @@
 # $FreeBSD$
 
-TESTS=	test-getpw test-getgr test-gethostby test-getserv
+TESTS=	test-getaddr test-getpw test-getgr test-gethostby test-getserv
 CFLAGS+= -g -Wall
 
 .PHONY: tests
 tests: ${TESTS}
-#	for p in ${TESTS}; do ${.OBJDIR}/$$p; done
 
 .PHONY: clean
 clean:


More information about the p4-projects mailing list