Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libposix Use TESTS_SUBDIRS instead of SUBDIR to ma...



details:   https://anonhg.NetBSD.org/src/rev/97091f4bc5f0
branches:  trunk
changeset: 783993:97091f4bc5f0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jan 14 13:37:57 2013 +0000

description:
Use TESTS_SUBDIRS instead of SUBDIR to make these actually run.
Also, fixes build with /usr/xpg4/bin/sh

diffstat:

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

diffs (21 lines):

diff -r a1985cc86d91 -r 97091f4bc5f0 tests/lib/libposix/Makefile
--- a/tests/lib/libposix/Makefile       Mon Jan 14 13:02:59 2013 +0000
+++ b/tests/lib/libposix/Makefile       Mon Jan 14 13:37:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/14 13:37:57 pooka Exp $
 
 NOMAN=         # defined
 
@@ -6,8 +6,8 @@
 
 TESTSDIR=      ${TESTSBASE}/lib/libposix
 
-SUBDIR=                bsd
-SUBDIR+=       posix1
-SUBDIR+=       posix2
+TESTS_SUBDIRS= bsd
+TESTS_SUBDIRS+=        posix1
+TESTS_SUBDIRS+=        posix2
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index