20 lines
700 B
Makefile
Raw Normal View History

2015-12-23 00:50:04 +00:00
#
# Makefile for src/testbin (sources for programs installed in /testbin)
#
TOP=../..
.include "$(TOP)/mk/os161.config.mk"
SUBDIRS=add argtest badcall bigexec bigfile bigfork bigseek bloat conman \
crash ctest dirconc dirseek dirtest f_test factorial farm faulter \
filetest forkbomb forktest frack guzzle hash hog huge kitchen \
malloctest matmult multiexec palin parallelvm poisondisk psort \
quinthuge quintmat quintsort randcall redirect rmdirtest rmtest \
2016-01-11 16:08:40 -05:00
sbrktest schedpong sink sort sparsefile spinner sty tail tictac \
triplehuge triplemat triplesort usemtest waiter zero
2015-12-23 00:50:04 +00:00
# But not:
# userthreads (no support in kernel API in base system)
.include "$(TOP)/mk/os161.subdir.mk"