From ac37b61ba1d88862d88acdc958ccaa5d9164ffa7 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Mon, 11 Jan 2016 21:09:22 -0500 Subject: [PATCH] Adding fileonlytest. --- userland/testbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userland/testbin/Makefile b/userland/testbin/Makefile index 3e16de0..5627997 100644 --- a/userland/testbin/Makefile +++ b/userland/testbin/Makefile @@ -7,7 +7,7 @@ TOP=../.. 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 \ + filetest fileonlytest 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 spinner sty tail tictac \