summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2018-05-04 21:33:59 (GMT)
committerNick Terrell <terrelln@fb.com>2018-05-04 21:33:59 (GMT)
commit3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350 (patch)
tree0b5439e675c72577ead03358ae3db61531d61c80 /tests/Makefile
parenta7cc0b590a634e3c2612976c1dc83e74f8448d43 (diff)
downloadlz4-3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350.zip
lz4-3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350.tar.gz
lz4-3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350.tar.bz2
Attempt to fix travis
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 196426e..d238561 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -71,6 +71,9 @@ all32: all
lz4:
$(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
+lib liblz4.pc:
+ $(MAKE) -C $(LZ4DIR) $@ CFLAGS="$(CFLAGS)"
+
lz4c unlz4 lz4cat: lz4
ln -sf $(LZ4) $(PRGDIR)/$@
@@ -146,7 +149,7 @@ test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install
test32: CFLAGS+=-m32
test32: test
-test-install:
+test-install: lz4 lib liblz4.pc
lz4_root=.. ./test_install.sh
test-lz4-sparse: lz4 datagen