diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-22 09:28:48 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-22 11:56:35 +0100 |
| commit | 7cf19076a8a005650bf3265a637a8dd957bc428c (patch) | |
| tree | b1c87a3fd8c47ca5425faa4f4e2537159a617722 | |
| parent | 4efd8084ecf47132ba51577ee3f79d2ed2637b44 (diff) | |
| download | vis-7cf19076a8a005650bf3265a637a8dd957bc428c.tar.gz vis-7cf19076a8a005650bf3265a637a8dd957bc428c.tar.xz | |
test/core: use smaller buffer/block sizes to force more memory allocations
| -rw-r--r-- | core/Makefile | 2 |
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 |
