Home
last modified time | relevance | path

Searched +full:test +full:- +full:fuzzer +full:- +full:stackmode (Results 1 – 2 of 2) sorted by relevance

/external/zstd/tests/
DMakefile6 # This source code is licensed under both the BSD-style license (found in the
9 # You may select, at your option, one of the above-listed licenses.
13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode
14 # fuzzer : Test tool, to check zstd integrity on target platform
15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
17 # test-zstd-speed.py : script for testing zstd speed difference between commits
18 # versionsTest : compatibility test between zstd versions stored on Github (v0.1+)
19 # zstreamtest : Fuzzer test tool for zstd streaming API
20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode
28 export DEBUGLEVEL # transmit value to sub-makefiles
[all …]
/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
13 make-all:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - name: make all
21 make-test:
22 runs-on: ubuntu-latest
27 - uses: actions/checkout@v2
[all …]