summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-11-09 07:36:24 (GMT)
committerYann Collet <cyan@fb.com>2020-11-09 07:36:24 (GMT)
commit243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2 (patch)
treef76d10dd5fe1348b744ccbead7e62bf6bda41f8d
parent44b13db53201927814a21cd962ad5979745e2d17 (diff)
downloadlz4-243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2.zip
lz4-243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2.tar.gz
lz4-243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2.tar.bz2
fix travis test
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index de9dce8..31bc675 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ matrix:
- make clean
- make -C programs lz4-wlib
- make clean
- - make fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS
+ - make -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS
- name: (Precise) g++ and clang CMake test
dist: precise