diff options
author | Yann Collet <cyan@fb.com> | 2020-11-08 23:36:24 -0800 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2020-11-08 23:36:24 -0800 |
commit | 243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2 (patch) | |
tree | f76d10dd5fe1348b744ccbead7e62bf6bda41f8d | |
parent | 44b13db53201927814a21cd962ad5979745e2d17 (diff) | |
download | lz4-243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2.tar.gz lz4-243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2.tar.bz2 lz4-243ea5647e7ec89970a0e80d9fd3bb1c783c8ec2.zip |
fix travis test
-rw-r--r-- | .travis.yml | 2 |
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 |