]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add arm64 fuzz test to travis 2686/head
authorsenhuang42 <senhuang96@fb.com>
Wed, 26 May 2021 18:51:04 +0000 (14:51 -0400)
committersenhuang42 <senhuang96@fb.com>
Wed, 26 May 2021 18:56:47 +0000 (14:56 -0400)
.travis.yml

index 57db8f05274d7ee5df83b879d98b7803aeb45ca6..32fedc887f454d2b310ae45b3365ac668cd94573 100644 (file)
@@ -32,6 +32,12 @@ matrix:
       script:
         - make check
     
+    - name: arm64fuzz
+      os: linux
+      arch: arm64
+      script:
+        - make -C tests fuzztest
+    
     # TODO: migrate to GH actions once warnings are fixed
     - name: Minimal Decompressor Macros    # ~5mn
       script: