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 Sort.



details:   https://anonhg.NetBSD.org/src/rev/36712c93bb49
branches:  trunk
changeset: 763550:36712c93bb49
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Mar 24 16:58:01 2011 +0000

description:
Sort.

diffstat:

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

diffs (20 lines):

diff -r 3d4686b1622f -r 36712c93bb49 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile       Thu Mar 24 16:56:37 2011 +0000
+++ b/tests/lib/libc/gen/Makefile       Thu Mar 24 16:58:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/03/24 16:56:38 jruoho Exp $
+# $NetBSD: Makefile,v 1.15 2011/03/24 16:58:01 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -10,9 +10,9 @@
 TESTS_C+=      t_glob_star
 TESTS_C+=      t_humanize_number
 TESTS_C+=      t_ldexp
+TESTS_C+=      t_raise
 TESTS_C+=      t_randomid
 TESTS_C+=      t_rbstress
-TESTS_C+=      t_raise
 TESTS_C+=      t_siginfo
 TESTS_C+=      t_syslog_pthread
 TESTS_C+=      t_vis



Home | Main Index | Thread Index | Old Index