Initial Spring 2016 commit.
This commit is contained in:
19
userland/testbin/Makefile
Normal file
19
userland/testbin/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# 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 \
|
||||
sbrktest schedpong sink sort sparsefile sty tail tictac triplehuge \
|
||||
triplemat triplesort usemtest zero
|
||||
|
||||
# But not:
|
||||
# userthreads (no support in kernel API in base system)
|
||||
|
||||
.include "$(TOP)/mk/os161.subdir.mk"
|
Reference in New Issue
Block a user