summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-25 00:58:13 (GMT)
committerYann Collet <cyan@fb.com>2017-08-25 00:58:13 (GMT)
commitc04655bebf0990bc3c14e1cda122b992733b293d (patch)
treef38e2a7325f3b14cd03fe8db35b9f4302f8ba190 /tests
parent517dd95d92980cb709f8ad176ca17c2b7e79e709 (diff)
downloadlz4-c04655bebf0990bc3c14e1cda122b992733b293d.zip
lz4-c04655bebf0990bc3c14e1cda122b992733b293d.tar.gz
lz4-c04655bebf0990bc3c14e1cda122b992733b293d.tar.bz2
fixed make recurrence from /tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/Makefile b/tests/Makefile
index fc4b143..bc13295 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -71,8 +71,8 @@ all32: all
lz4:
$(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
-lz4c:
- $(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
+lz4c unlz4 lz4cat: lz4
+ ln -sf $(LZ4) $(PRGDIR)/$@
lz4c32: # create a 32-bits version for 32/64 interop tests
$(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"
@@ -115,7 +115,7 @@ versionsTest:
#-----------------------------------------------------------------------------
-# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
+# validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
@@ -207,12 +207,6 @@ test-lz4-multiple: lz4 datagen
$(LZ4) -f -m tmp-tlm1 notHere tmp-tlm2; echo $$?
@$(RM) tmp-tlm*
-unlz4:
- @$(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
-
-lz4cat:
- @$(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
-
test-lz4-basic: lz4 datagen unlz4 lz4cat
@echo "\n ---- test lz4 basic compression/decompression ----"
./datagen -g0 | $(LZ4) -v | $(LZ4) -t