From: Ben Gras Date: Wed, 25 Oct 2006 13:35:03 +0000 (+0000) Subject: Default amount of memory for tests (some ran out of memory) X-Git-Tag: v3.1.3~161 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/mdoc.7.txt?a=commitdiff_plain;h=f84653d908bc0db3bce4315fff8f4e395576863f;p=minix.git Default amount of memory for tests (some ran out of memory) --- diff --git a/test/Makefile b/test/Makefile index f8b2e43b6..6dd132ee5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,15 +17,13 @@ all: $(OBJ) $(BIGOBJ) $(ROOTOBJ) $(OBJ): $(CC) $(CFLAGS) -o $@ $@.c - @install -S 10kw $@ $(BIGOBJ): $(CC) $(CFLAGS) -o $@ $@.c - @install -S 32kw $@ $(ROOTOBJ): $(CC) $(CFLAGS) $@.c - @install -c -S 10kw -o root -m 4755 a.out $@ + @install -c -o root -m 4755 a.out $@ @rm a.out clean: