Use TESTS_SUBDIRS instead of SUBDIR to make these actually run.
Also, fixes build with /usr/xpg4/bin/sh
This commit is contained in:
parent
9df40f0e83
commit
ef30804ef1
@ -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 @@ NOMAN= # defined
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/lib/libposix
|
||||
|
||||
SUBDIR= bsd
|
||||
SUBDIR+= posix1
|
||||
SUBDIR+= posix2
|
||||
TESTS_SUBDIRS= bsd
|
||||
TESTS_SUBDIRS+= posix1
|
||||
TESTS_SUBDIRS+= posix2
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user