summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2016-11-09 01:41:06 (GMT)
committerNick Terrell <terrelln@fb.com>2016-11-09 01:41:06 (GMT)
commitd594d9d878d226cdd3911da2118be7b4830161d1 (patch)
tree87cb011c6c855c493883bf486da64746603728ea /tests
parentbd88e4007b7e3eddd58e2c76c39b5bb650b5cb20 (diff)
downloadlz4-d594d9d878d226cdd3911da2118be7b4830161d1.zip
lz4-d594d9d878d226cdd3911da2118be7b4830161d1.tar.gz
lz4-d594d9d878d226cdd3911da2118be7b4830161d1.tar.bz2
Remove fasttest when cleaning
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 3a1ca2a..9415f7b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -109,7 +109,7 @@ clean:
fullbench$(EXT) fullbench32$(EXT) \
fuzzer$(EXT) fuzzer32$(EXT) \
frametest$(EXT) frametest32$(EXT) \
- datagen$(EXT)
+ fasttest$(EXT) datagen$(EXT)
@rm -fR $(TESTDIR)
@echo Cleaning completed