summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-06-30 16:41:56 (GMT)
committerGitHub <noreply@github.com>2019-06-30 16:41:56 (GMT)
commitbccbdb47be2083e2911c7a0ff9555b2c476b2026 (patch)
tree392c12d0d42be00c29038abde623553c71e1e5c3 /.travis.yml
parent8b97fcda6061a88646cfd5eeb0a8797f2d3b6845 (diff)
parent1ccca52f5394c686cf55db3b0a2ab01db0063787 (diff)
downloadlz4-bccbdb47be2083e2911c7a0ff9555b2c476b2026.zip
lz4-bccbdb47be2083e2911c7a0ff9555b2c476b2026.tar.gz
lz4-bccbdb47be2083e2911c7a0ff9555b2c476b2026.tar.bz2
Merge pull request #742 from lz4/fuzzasan_fixed
New fuzzer test for #738
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ee643e5..b88d907 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,12 @@ matrix:
script:
- make -C tests test-frametest test-fuzzer
+ - name: ASAN tests with fuzzer and frametest
+ install:
+ - sudo sysctl -w vm.mmap_min_addr=4096
+ script:
+ - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
+
- name: (Precise) g++ and clang CMake test
dist: precise
script: