Add support for building test programs.
This commit is contained in:
parent
cf45fb770c
commit
1262e5d7df
8
lib/libc_r/test/Makefile
Normal file
8
lib/libc_r/test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
# Tests for libc_r functionality.
|
||||
#
|
||||
|
||||
SUBDIR= sigwait
|
||||
|
||||
.include <bsd.subdir.mk>
|
8
lib/libkse/test/Makefile
Normal file
8
lib/libkse/test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
# Tests for libc_r functionality.
|
||||
#
|
||||
|
||||
SUBDIR= sigwait
|
||||
|
||||
.include <bsd.subdir.mk>
|
8
lib/libpthread/test/Makefile
Normal file
8
lib/libpthread/test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
# Tests for libc_r functionality.
|
||||
#
|
||||
|
||||
SUBDIR= sigwait
|
||||
|
||||
.include <bsd.subdir.mk>
|
Loading…
Reference in New Issue
Block a user