Searched +full:libcmocka +full:- +full:dev (Results 1 – 5 of 5) sorted by relevance
4 - export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH6 …- 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/fuzz9 - git clone https://git.cryptomilk.org/projects/cmocka.git suite/cstest/cmocka10 - chmod +x suite/cstest/build_cstest.sh12 - ./make.sh13 - make check14 - sudo make install15 …- 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 …]
5 - stable6 - dev8 - "*"11 - dev # No need for stable-pull-request, as that equals dev-push14 build-and-test-amd64:16 runs-on: ubuntu-latest18 - name: Checkout20 - name: Set up Docker Buildx21 uses: docker/setup-buildx-action@v222 - name: Build amd64[all …]
6 - stable7 - dev10 - dev # No need for stable-pull-request, as that equals dev-push14 runs-on: "${{ matrix.os }}"17 os: [ubuntu-22.04, ubuntu-20.04]22 - uses: actions/checkout@v323 - name: update24 run: sudo apt-get update && sudo apt-get upgrade -y25 - name: debug26 …run: apt-cache search plugin-dev | grep gcc-; echo; apt-cache search clang-format- | grep clang-fo…[all …]
7 # http://www.apache.org/licenses/LICENSE-2.016 FROM gcr.io/oss-fuzz-base/base-builder18 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 …]
4 To build and install the tpm2-tss software the following software packages15 * pkg-config22 however libgcrypt-dev is required as a dependency for the configure script24 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 files29 - 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 …]