Searched +full:test +full:- +full:fuzzer +full:- +full:stackmode (Results 1 – 2 of 2) sorted by relevance
6 # This source code is licensed under both the BSD-style license (found in the9 # You may select, at your option, one of the above-listed licenses.13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode14 # fuzzer : Test tool, to check zstd integrity on target platform15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode17 # test-zstd-speed.py : script for testing zstd speed difference between commits18 # versionsTest : compatibility test between zstd versions stored on Github (v0.1+)19 # zstreamtest : Fuzzer test tool for zstd streaming API20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode28 export DEBUGLEVEL # transmit value to sub-makefiles[all …]
1 name: dev-long-tests5 group: long-${{ github.ref }}6 cancel-in-progress: true13 make-all:14 runs-on: ubuntu-latest16 - uses: actions/checkout@v217 - name: make all21 make-test:22 runs-on: ubuntu-latest27 - uses: actions/checkout@v2[all …]