Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / usr / test / Makefile @ 03e9c04a

History | View | Annotate | Download (435 Bytes)

1
include $(SRCDIR)/mk/own.mk
2

    
3
# Test for kernel
4
SUBDIR:=	task thread ipc timer exception fault deadlock sem mutex \
5
		cpufreq ipc_mt kmon attack stack memleak object
6

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

    
10
# Test for library
11
SUBDIR+=	errno malloc stderr environ
12

    
13
# Test for servers
14
SUBDIR+=	fileio fork forkbomb args signal fifo pipe dup creat conf \
15
		mount umount shutdown
16

    
17
include $(SRCDIR)/mk/subdir.mk