diff options
| author | christos <christos@NetBSD.org> | 2004-11-06 23:53:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2004-11-06 23:53:21 +0000 |
| commit | dfd98c8a16d53dff0d1bdca29bcddc6571054129 (patch) | |
| tree | 24f3891f470a8e79f037a71c4b43266f23767859 /dist/bind/bin/tests/timers | |
| parent | aefec4290d9fd9e83eaf8b2b4ada33ff37ecaedb (diff) | |
Import bind-9.3.0
Diffstat (limited to 'dist/bind/bin/tests/timers')
| -rw-r--r-- | dist/bind/bin/tests/timers/Makefile.in | 4 | ||||
| -rw-r--r-- | dist/bind/bin/tests/timers/t_timers.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dist/bind/bin/tests/timers/Makefile.in b/dist/bind/bin/tests/timers/Makefile.in index 0812ae76763..5a87e10a06c 100644 --- a/dist/bind/bin/tests/timers/Makefile.in +++ b/dist/bind/bin/tests/timers/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# Id: Makefile.in,v 1.21.12.5 2004/03/08 09:04:20 marka Exp +# Id: Makefile.in,v 1.21.12.6 2004/07/20 07:01:54 marka Exp srcdir = @srcdir@ VPATH = @srcdir@ @@ -43,7 +43,7 @@ SRCS = t_timers.c @BIND9_MAKE_RULES@ t_timers@EXEEXT@: t_timers.@O@ ${DEPLIBS} ${TLIB} - ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} -o $@ t_timers.@O@ ${TLIB} ${LIBS} + ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_timers.@O@ ${TLIB} ${LIBS} test: t_timers@EXEEXT@ -@./t_timers@EXEEXT@ -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a diff --git a/dist/bind/bin/tests/timers/t_timers.c b/dist/bind/bin/tests/timers/t_timers.c index 816fb64ec79..3549ac5c13d 100644 --- a/dist/bind/bin/tests/timers/t_timers.c +++ b/dist/bind/bin/tests/timers/t_timers.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_timers.c,v 1.1.1.1 2004/05/17 23:43:38 christos Exp $ */ +/* $NetBSD: t_timers.c,v 1.1.1.2 2004/11/06 23:54:09 christos Exp $ */ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* Id: t_timers.c,v 1.22.206.1 2004/03/06 10:22:52 marka Exp */ +/* Id: t_timers.c,v 1.22.206.2 2004/06/21 06:57:59 marka Exp */ #include <config.h> @@ -57,7 +57,7 @@ static int Tx_nanoseconds; static void require_threads(void) { t_info("This test requires threads\n"); - t_result(T_UNTESTED); + t_result(T_THREADONLY); return; } |
