summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-16 19:37:05 (GMT)
committerYann Collet <cyan@fb.com>2016-11-16 19:37:05 (GMT)
commit7fde7438d39f8452f89e3fee5ba4a16c502dffb0 (patch)
tree4f08a51bee65e79fc00122400bcb9d1c8ac9ff4e /tests
parenta22ca9378be9ace2aa6d08b80f767241d759dc1b (diff)
parente9bec0fdcce0bdf68814bd03f1f0c03659494439 (diff)
downloadlz4-7fde7438d39f8452f89e3fee5ba4a16c502dffb0.zip
lz4-7fde7438d39f8452f89e3fee5ba4a16c502dffb0.tar.gz
lz4-7fde7438d39f8452f89e3fee5ba4a16c502dffb0.tar.bz2
Merge branch 'dev' of github.com:Cyan4973/lz4 into devv1.7.3
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2132f85..4e96769 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -94,7 +94,7 @@ fullbench-lib: fullbench.c $(LZ4DIR)/xxhash.c
fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c
$(MAKE) -C $(LZ4DIR) liblz4
- $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(LZ4DIR)/dll/liblz4.lib
+ $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(LZ4DIR)/dll/liblz4.dll
fuzzer : $(LZ4DIR)/lz4.o $(LZ4DIR)/lz4hc.o $(LZ4DIR)/xxhash.o fuzzer.c
$(CC) $(FLAGS) $^ -o $@$(EXT)