20 lines
632 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 \
2017-02-09 09:51:39 -05:00
filetest forkbomb forktest frack hash hog huge \
2015-12-23 00:50:04 +00:00
malloctest matmult multiexec palin parallelvm poisondisk psort \
2017-02-09 09:51:39 -05:00
randcall redirect rmdirtest rmtest \
sbrktest schedpong sort sparsefile tail tictac triplehuge \
2015-12-23 00:50:04 +00:00
triplemat triplesort usemtest zero
# But not:
# userthreads (no support in kernel API in base system)
.include "$(TOP)/mk/os161.subdir.mk"