From 7cf19076a8a005650bf3265a637a8dd957bc428c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 22 Dec 2016 09:28:48 +0100 Subject: test/core: use smaller buffer/block sizes to force more memory allocations --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Makefile b/core/Makefile index b2b0406..4836427 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2,7 +2,7 @@ ALL = text buffer map array SRC = $(wildcard ccan/*/*.c) -CFLAGS += -I. -I../.. +CFLAGS += -I. -I../.. -DBUFFER_SIZE=4 -DBLOCK_SIZE=4 test: $(ALL) @./text -- cgit v1.2.3