diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 11:25:34 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 11:25:34 +0200 |
| commit | c42fec016dadb42d4b775e57b80753ccfe10aab9 (patch) | |
| tree | 39df3f3168e6da855294984457414102803a8302 /fuzz/Makefile | |
| parent | c1c9ef71461edd5887bf7e933a00050b0db2fdd3 (diff) | |
| download | vis-c42fec016dadb42d4b775e57b80753ccfe10aab9.tar.gz vis-c42fec016dadb42d4b775e57b80753ccfe10aab9.tar.xz | |
test: adapt source list in Makefiles
Diffstat (limited to 'fuzz/Makefile')
| -rw-r--r-- | fuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Makefile b/fuzz/Makefile index 5be605d..9aade50 100644 --- a/fuzz/Makefile +++ b/fuzz/Makefile @@ -4,7 +4,7 @@ ALL = text-fuzzer text-libfuzzer buffer-fuzzer CC = afl-gcc CFLAGS += -I. -I../.. -DBUFFER_SIZE=4 -DBLOCK_SIZE=4 -TEXT_SRC = ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c ../../array.c +TEXT_SRC = ../../text.c ../../text-common.c ../../text-io.c ../../text-iterator.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c ../../array.c test: $(ALL) |
