Home
last modified time | relevance | path

Searched +full:- +full:dbuild_testing (Results 1 – 23 of 23) sorted by relevance

/external/abseil-cpp/CMake/
DREADME.md4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
27 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your
47 add_subdirectory(abseil-cpp)
55 Use the `-DABSL_RUN_TESTS=ON` flag to run Abseil tests. Note that if the `-DBUILD_TESTING=OFF` fla…
60 * Use `-DABSL_USE_GOOGLETEST_HEAD`. This will automatically download the latest
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
70 cd path/to/abseil-cpp
[all …]
/external/openscreen/third_party/abseil/src/CMake/
DREADME.md4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
27 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your
47 add_subdirectory(abseil-cpp)
55 Use the `-DABSL_RUN_TESTS=ON` flag to run Abseil tests. Note that if the `-DBUILD_TESTING=OFF` fla…
60 * Use `-DABSL_USE_GOOGLETEST_HEAD`. This will automatically download the latest
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
70 cd path/to/abseil-cpp
[all …]
/external/libtextclassifier/abseil-cpp/CMake/
DREADME.md4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
27 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your
47 add_subdirectory(abseil-cpp)
55 Use the `-DABSL_RUN_TESTS=ON` flag to run Abseil tests. Note that if the `-DBUILD_TESTING=OFF` fla…
60 * Use `-DABSL_USE_GOOGLETEST_HEAD`. This will automatically download the latest
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
70 cd path/to/abseil-cpp
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/CMake/
DREADME.md4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
27 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your
47 add_subdirectory(abseil-cpp)
55 Use the `-DABSL_RUN_TESTS=ON` flag to run Abseil tests. Note that if the `-DBUILD_TESTING=OFF` fla…
60 * Use `-DABSL_USE_GOOGLETEST_HEAD`. This will automatically download the latest
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
70 cd path/to/abseil-cpp
[all …]
/external/webrtc/third_party/abseil-cpp/CMake/
DREADME.md4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
20 ### Step-by-Step Instructions
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
27 Abseil as a [git submodule](https://git-scm.com/docs/git-submodule) in your
47 add_subdirectory(abseil-cpp)
55 Use the `-DABSL_RUN_TESTS=ON` flag to run Abseil tests. Note that if the `-DBUILD_TESTING=OFF` fla…
60 * Use `-DABSL_USE_GOOGLETEST_HEAD`. This will automatically download the latest
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
70 cd path/to/abseil-cpp
[all …]
/external/parameter-framework/upstream/
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/cpu_features/
Dappveyor.yml8 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
10 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
17 - cmake --version
18 - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -H. -Bcmake_build -G "%CMAKE_GENERATOR%"
21 - cmake --build cmake_build --config Debug --target ALL_BUILD
24 - cmake --build cmake_build --config Debug --target RUN_TESTS
DREADME.md1-ci.org/google/cpu_features.svg?branch=master)](https://travis-ci.org/google/cpu_features) [![Buil…
3 A cross-platform C library to retrieve CPU features (such as available
8 - [Design Rationale](#rationale)
9 - [Code samples](#codesample)
10 - [Running sample code](#usagesample)
11 - [What's supported](#support)
12 - [Android NDK's drop in replacement](#ndk)
13 - [License](#license)
14 - [Build with cmake](#cmake)
19 - **Simple to use.** See the snippets below for examples.
[all …]
/external/brotli/c/fuzz/
Dtest_fuzzer.sh2 set -e
4 export CC=${CC:-cc}
11 rm -rf bin
15 cmake $BROTLI -DCMAKE_C_COMPILER="$CC" \
16 -DBUILD_TESTING=OFF -DENABLE_SANITIZER=address
17 make -j$(nproc) brotlidec-static
19 ${CC} -o run_decode_fuzzer -std=c99 -fsanitize=address -I$SRC/include \
21 ./libbrotlidec-static.a ./libbrotlicommon-static.a
24 unzip $BROTLI/java/org/brotli/integration/fuzz_data.zip -d decode_corpora
33 rm -rf bin
/external/oss-fuzz/projects/bloaty/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
19 cmake -G Ninja -DBUILD_TESTING=false $SRC/bloaty
20 ninja -j$(nproc)
22 zip -j $OUT/fuzz_target_seed_corpus.zip $SRC/bloaty/tests/testdata/fuzz_corpus/*
/external/oss-fuzz/projects/cctz/
Dbuild.sh7 # http://www.apache.org/licenses/LICENSE-2.0
17 cmake -DBUILD_TESTING=OFF ../
22 $CXX $CXXFLAGS $LIB_FUZZING_ENGINE ./fuzz_cctz.cc ./libcctz.a -I../include/ -o $OUT/fuzz_cctz
/external/oss-fuzz/projects/brotli/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 cmake . -DBUILD_TESTING=OFF
20 make -j$(nproc) brotlidec-static
22 $CC $CFLAGS -c -std=c99 -I. -I./c/include c/fuzz/decode_fuzzer.c
24 $CXX $CXXFLAGS ./decode_fuzzer.o -o $OUT/decode_fuzzer \
25 $LIB_FUZZING_ENGINE ./libbrotlidec-static.a ./libbrotlicommon-static.a
28 chmod a-x $OUT/decode_fuzzer_seed_corpus.zip # we will try to run it otherwise
/external/oss-fuzz/projects/brunsli/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 cmake . -DBUILD_TESTING=OFF
20 make -j$(nproc) brunslidec-static
24 $CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode.cc \
25 -o $OUT/fuzz_decode $LIB_FUZZING_ENGINE \
26 ./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
27 ./third_party/brotli/libbrotlidec-static.a \
28 ./third_party/brotli/libbrotlicommon-static.a
30 $CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode_streaming.cc \
[all …]
/external/oss-fuzz/projects/librawspeed/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
21 …CFLAGS="$CFLAGS -fsanitize=unsigned-integer-overflow -fno-sanitize-recover=unsigned-integer-overfl…
22 …CXXFLAGS="$CXXFLAGS -fsanitize=unsigned-integer-overflow -fno-sanitize-recover=unsigned-integer-ov…
30 # https://github.com/google/oss-fuzz/pull/2781).
31 ln -f -s /usr/bin/gold /usr/bin/ld
33 -G"Unix Makefiles" -DBINARY_PACKAGE_BUILD=ON -DWITH_OPENMP=OFF \
34 -DWITH_PUGIXML=OFF -DUSE_XMLLINT=OFF -DWITH_JPEG=OFF -DWITH_ZLIB=OFF \
35 -DBUILD_TESTING=OFF -DBUILD_TOOLS=OFF -DBUILD_BENCHMARKING=OFF \
[all …]
/external/oss-fuzz/projects/rnp/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 wget -qO- https://botan.randombit.net/releases/Botan-2.16.0.tar.xz | tar xJ
21 cd Botan-2.16.0
22 ./configure.py --prefix=/usr --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" \
23 --disable-modules=locking_allocator \
24 --unsafe-fuzzer-mode --build-fuzzers=libfuzzer \
25 --with-fuzzer-lib='FuzzingEngine'
26 make -j$(nproc)
33 find . -type f -print0 | xargs -0 -I bob -- cp bob $SRC/fuzzing_corpus/
[all …]
/external/python/pybind11/
Dsetup.py2 # -*- coding: utf-8 -*-
19 r"^\s*#\s*define\s+PYBIND11_VERSION_([A-Z]+)\s+(.*)$", re.MULTILINE
22 # PYBIND11_GLOBAL_SDIST will build a different sdist, with the python-headers
104 cmd = ["cmake", "-S", ".", "-B", tmpdir] + [
105 "-DCMAKE_INSTALL_PREFIX=pybind11",
106 "-DBUILD_TESTING=OFF",
107 "-DPYBIND11_NOPYTHON=ON",
111 subprocess.check_call(["cmake", "--install", tmpdir], **cmake_opts)
/external/oss-fuzz/projects/karchive/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
21 ./configure --static
22 make install -j$(nproc)
27 cmake . -DBUILD_SHARED_LIBS=OFF
28 make install -j$(nproc)
33 tar xzf bzip2-*.tar.gz && rm -f bzip2-*.tar.gz
34 cd bzip2-*
39 $CC $CFLAGS -c ${name}.c
41 rm -f libbz2.a
[all …]
/external/deqp-deps/glslang/
D.travis.yml6 - linux
7 - osx
15- secure: aGFrgzyKp+84hKrGkxVWg8cHV61uqrKEHT38gfSQK6+WS4GfLOyH83p7WnsEBb7AMhzU7LMNFdvOFr6+NaMpVnqR…
17 - GLSLANG_BUILD_TYPE=Release
18 - GLSLANG_BUILD_TYPE=Debug
21 - clang
22 - gcc
28 - os: osx
32 - env: BUILD_NDK=ON
39 - master
[all …]
DREADME.md5 …roup/glslang/blob/9eef54b2513ca6b40b47b07d24f453848b65c0df/README.md#planned-deprecationsremovals),
13 **SPIRV Folder, 1-May, 2020.** Glslang, when installed through CMake,
20 …get spirv.hpp, I recommend they get that from [SPIRV-Headers](https://github.com/KhronosGroup/SPIR…
22 [![Build Status](https://travis-ci.org/KhronosGroup/glslang.svg?branch=master)](https://travis-ci.o…
29 ### Reference Validator and GLSL/ESSL -> AST Front End
31 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL…
35 ### HLSL -> AST Front End
37 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form.
40 … which receives a much larger investment and attempts to have definitive/reference-level semantics.
44 ### AST -> SPIR-V Back End
[all …]
/external/oss-fuzz/projects/kimageformats/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 ./configure --static
21 make install -j$(nproc)
25 cmake . -DBUILD_SHARED_LIBS=OFF
26 make install -j$(nproc)
29 cd extra-cmake-modules
31 make install -j$(nproc)
36 sed -i -e "s/QMAKE_CXXFLAGS += -stdlib=libc++/QMAKE_CXXFLAGS += -stdlib=libc++ $CXXFLAGS\nQM…
37 sed -i -e "s/QMAKE_LFLAGS += -stdlib=libc++/QMAKE_LFLAGS += -stdlib=libc++ -lpthread $CXX…
[all …]
/external/catch2/docs/
Dcmake-integration.md5 [CMake target](#cmake-target)<br>
6 [Automatic test registration](#automatic-test-registration)<br>
7 [CMake project options](#cmake-project-options)<br>
8 [Installing Catch2 from git repository](#installing-catch2-from-git-repository)<br>
55 `--list-test-names-only` flag, and then parsing the output to find all
91 pass to the Catch executable alongside the `--list-test-names-only` flag.
137 commented-out tests will be registered anyway.
160 * `PARSE_CATCH_TESTS_VERBOSE` -- When `ON`, the script prints debug
162 * `PARSE_CATCH_TESTS_NO_HIDDEN_TESTS` -- When `ON`, hidden tests (tests
165 * `PARSE_CATCH_TESTS_ADD_FIXTURE_IN_TEST_NAME` -- When `ON`, adds fixture
[all …]
/external/cpu_features/scripts/
Drun_integration.sh3 readonly SCRIPT_FOLDER=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
7 readonly DEFAULT_CMAKE_ARGS=" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON"
21 mkdir -p "${ARCHIVE_FOLDER}"
26 if [[ ! -d "${DESTINATION}" ]] ; then
28 test -f "${ARCHIVE_NAME}" || wget -q "${URL}"
30 rm -f "${ARCHIVE_NAME}"
37 local TARGETS=${QEMU_TARGETS:=$(echo "$ARCHES" | sed 's#$# #;s#\([^ ]*\) #\1-linux-user #g')}
39 if echo "${VERSION} ${TARGETS}" | cmp --silent ${QEMU_INSTALL}/.build -; then
47 rm -rf ${QEMU_INSTALL}
49 # Checking for a tarball before downloading makes testing easier :-)
[all …]
/external/python/pybind11/.github/
DCONTRIBUTING.md12 question, it's essential that you submit a self-contained and minimal piece of
28 * Add tests for any new functionality and run the test suite (`cmake --build
29 build --target pytest`) to ensure that no existing features break.
30 * Please run [`pre-commit`][pre-commit] to check your code matches the
31 project style. (Note that `gawk` is required.) Use `pre-commit run
32 --all-files` before committing (or use installed-mode, check pre-commit docs)
39 pybind11 is provided under a BSD-style license that can be found in the
48 hereby grant the following license: a non-exclusive, royalty-free perpetual
60 python3 -m venv venv
62 pip install -r tests/requirements.txt
[all …]