aboutsummaryrefslogtreecommitdiff
path: root/test/libtest/Makefile
blob: 3cf6de08f31651f87e8b1680e5e61bd9ed3ff01b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id$
#
# The test(3) API.

TOP=		../..

SUBDIR+=	bin
SUBDIR+=	lib
SUBDIR+=	driver
SUBDIR+=	examples

.if !make(install) && !make(test)
.include "$(TOP)/mk/elftoolchain.subdir.mk"
.else
install test:	.SILENT .PHONY
.endif