Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/gen Fix name of t_ldexp test from previous



details:   https://anonhg.NetBSD.org/src/rev/50f33b170993
branches:  trunk
changeset: 760153:50f33b170993
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Dec 28 20:25:31 2010 +0000

description:
Fix name of t_ldexp test from previous

diffstat:

 tests/lib/libc/gen/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 701cccebe7eb -r 50f33b170993 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile       Tue Dec 28 20:11:18 2010 +0000
+++ b/tests/lib/libc/gen/Makefile       Tue Dec 28 20:25:31 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/12/28 17:33:58 pgoyette Exp $
+# $NetBSD: Makefile,v 1.10 2010/12/28 20:25:31 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -22,7 +22,7 @@
 .endif
 
 .if (${MACHINE_ARCH} != "vax")
-TESTS_C+=      ldexp
+TESTS_C+=      t_ldexp
 .endif
 
 LDADD.t_syslog_pthread+=-lpthread



Home | Main Index | Thread Index | Old Index