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

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

Revision 1.1.1.1 (vendor branch), Tue Aug 19 12:47:01 2008 UTC (15 years, 9 months ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_8_BASE, HEAD
Changes since 1.1: +0 -0 lines

Initial import of Prex, Portable Real-time Embedded POSIX microkernel system.
I have totally new directions in my development (more focused on real hardware, not virtual one).

Old hacks are available in prex-old module. They will be carefully re-designed and merged soon.

#
# 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