[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex-old / usr / test

File: [local] / prex-old / usr / test / Makefile (download)

Revision 1.1.1.1.2.1, Wed Aug 13 16:12:45 2008 UTC (15 years, 8 months ago) by nbrk
Branch: PREX_0_8_BASE
Changes since 1.1.1.1: +1 -5 lines

Prex 0.8.0 has been released. Branch off from vanilla PREX_0_7_BASE preparing
the tree for backporting my changes.

#
# Test for kernel
#
include $(SRCDIR)/mk/own.mk

SUBDIR=		task thread ipc timer exception fault deadlock sem mutex \
		cap dvs ipc_mt kmon

#
# Test for driver
#
SUBDIR+=	console kbd fdd ramdisk reset time zero

#
# Test for library
#
SUBDIR+=	errno malloc stderr

#
# Test for servers
#
SUBDIR+=	fileio vfork args debug signal fifo pipe

include $(SRCDIR)/mk/subdir.mk