Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc Add the new 'termios' subdirectory.



details:   https://anonhg.NetBSD.org/src/rev/0e0c456f3006
branches:  trunk
changeset: 764706:0e0c456f3006
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun May 01 11:44:41 2011 +0000

description:
Add the new 'termios' subdirectory.

diffstat:

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

diffs (18 lines):

diff -r e291fe036246 -r 0e0c456f3006 tests/lib/libc/Makefile
--- a/tests/lib/libc/Makefile   Sun May 01 11:39:37 2011 +0000
+++ b/tests/lib/libc/Makefile   Sun May 01 11:44:41 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2011/04/09 17:45:24 pgoyette Exp $
+# $NetBSD: Makefile,v 1.40 2011/05/01 11:44:41 jruoho Exp $
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>
@@ -6,7 +6,7 @@
 SUBDIR+=       tls_dso .WAIT
 
 TESTS_SUBDIRS+=        db gen hash ieeefp inet locale net regex rpc setjmp stdlib
-TESTS_SUBDIRS+=        stdio string sys time tls ttyio
+TESTS_SUBDIRS+=        stdio string sys termios time tls ttyio
 
 .if ${HAS_SSP} == "yes"
 TESTS_SUBDIRS+=        ssp



Home | Main Index | Thread Index | Old Index