Home
last modified time | relevance | path

Searched +full:libcmocka +full:- +full:dev (Results 1 – 5 of 5) sorted by relevance

/external/capstone/
D.travis.yml4 - export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH
6- wget https://github.com/groundx/capstonefuzz/raw/master/corpus/corpus-libFuzzer-capstone_fuzz_di…
7 - unzip -q corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip -d suite/fuzz
9 - git clone https://git.cryptomilk.org/projects/cmocka.git suite/cstest/cmocka
10 - chmod +x suite/cstest/build_cstest.sh
12 - ./make.sh
13 - make check
14 - sudo make install
15- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cp libcapstone.so.* bindings/python/libcapstone.so; …
16- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cp libcapstone.*.dylib bindings/python/libcapstone.dyl…
[all …]
/external/AFLplusplus/.github/workflows/
Dcontainer.yml5 - stable
6 - dev
8 - "*"
11 - dev # No need for stable-pull-request, as that equals dev-push
14 build-and-test-amd64:
16 runs-on: ubuntu-latest
18 - name: Checkout
20 - name: Set up Docker Buildx
21 uses: docker/setup-buildx-action@v2
22 - name: Build amd64
[all …]
Dci.yml6 - stable
7 - dev
10 - dev # No need for stable-pull-request, as that equals dev-push
14 runs-on: "${{ matrix.os }}"
17 os: [ubuntu-22.04, ubuntu-20.04]
22 - uses: actions/checkout@v3
23 - name: update
24 run: sudo apt-get update && sudo apt-get upgrade -y
25 - name: debug
26 …run: apt-cache search plugin-dev | grep gcc-; echo; apt-cache search clang-format- | grep clang-fo…
[all …]
/external/oss-fuzz/projects/tpm2-tss/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19 apt-get install -y \
20 autoconf-archive \
23 libcmocka-dev \
24 net-tools \
25 build-essential \
27 pkg-config \
33 libgcrypt20-dev \
[all …]
/external/tpm2-tss/
DINSTALL.md4 To build and install the tpm2-tss software the following software packages
15 * pkg-config
22 however libgcrypt-dev is required as a dependency for the configure script
24 See https://github.com/tpm2-software/tpm2-tss/issues/1365 for more info.
27 * Integration test suite (see ./configure option --enable-integration):
28 - uthash development libraries and header files
29 - ps executable (usually in the procps package)
30 - ss executable (usually in the iproute2 package)
31 - tpm_server executable (from https://sourceforge.net/projects/ibmswtpm2/)
32 * Unit test suite (see ./configure option --enable-unit):
[all …]