]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[fuzz] Move from fuzz/ to tests/fuzz/ 745/head
authorNick Terrell <terrelln@fb.com>
Mon, 3 Jul 2017 19:40:12 +0000 (12:40 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 3 Jul 2017 19:40:12 +0000 (12:40 -0700)
tests/fuzz/Makefile [moved from fuzz/Makefile with 98% similarity]
tests/fuzz/README.md [moved from fuzz/README.md with 100% similarity]
tests/fuzz/fuzz.h [moved from fuzz/fuzz.h with 100% similarity]
tests/fuzz/fuzz_helpers.h [moved from fuzz/fuzz_helpers.h with 100% similarity]
tests/fuzz/regression_driver.c [moved from fuzz/regression_driver.c with 100% similarity]
tests/fuzz/simple_decompress.c [moved from fuzz/simple_decompress.c with 100% similarity]
tests/fuzz/simple_round_trip.c [moved from fuzz/simple_round_trip.c with 100% similarity]
tests/fuzz/stream_decompress.c [moved from fuzz/stream_decompress.c with 100% similarity]
tests/fuzz/stream_round_trip.c [moved from fuzz/stream_round_trip.c with 100% similarity]

similarity index 98%
rename from fuzz/Makefile
rename to tests/fuzz/Makefile
index 9b084fd3beb48a445c28f45e6aecd17d0beafeea..da22ed0d0baaf0ae429af58f8b6ec60b4065781c 100644 (file)
@@ -12,8 +12,8 @@
 CFLAGS ?= -O3
 CXXFLAGS ?= -O3
 
-ZSTDDIR = ../lib
-PRGDIR = ../programs
+ZSTDDIR = ../../lib
+PRGDIR = ../../programs
 
 FUZZ_CPPFLAGS := -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \
        -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR) \
similarity index 100%
rename from fuzz/README.md
rename to tests/fuzz/README.md
similarity index 100%
rename from fuzz/fuzz.h
rename to tests/fuzz/fuzz.h