aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-22 09:28:48 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-22 11:56:35 +0100
commit7cf19076a8a005650bf3265a637a8dd957bc428c (patch)
treeb1c87a3fd8c47ca5425faa4f4e2537159a617722 /core
parent4efd8084ecf47132ba51577ee3f79d2ed2637b44 (diff)
downloadvis-7cf19076a8a005650bf3265a637a8dd957bc428c.tar.gz
vis-7cf19076a8a005650bf3265a637a8dd957bc428c.tar.xz
test/core: use smaller buffer/block sizes to force more memory allocations
Diffstat (limited to 'core')
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
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