1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

[fuzz] Move from fuzz/ to tests/fuzz/

This commit is contained in:
Nick Terrell
2017-07-03 12:40:12 -07:00
parent 4be7f0d45c
commit bea0f0cfa0
9 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
CFLAGS ?= -O3 CFLAGS ?= -O3
CXXFLAGS ?= -O3 CXXFLAGS ?= -O3
ZSTDDIR = ../lib ZSTDDIR = ../../lib
PRGDIR = ../programs PRGDIR = ../../programs
FUZZ_CPPFLAGS := -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ FUZZ_CPPFLAGS := -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \
-I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR) \ -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR) \