Home
last modified time | relevance | path

Searched +full:make +full:- +full:test (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/external/lz4/
D.travis.yml7 - name: (macOS) General Test
11 - make # test library build
12 - make clean
13- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…
15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
16 - name: (Precise) benchmark test
19 - make -C tests test-lz4 test-lz4c test-fullbench
21 - name: (Precise) frame and fuzzer test
24 - sudo sysctl -w vm.mmap_min_addr=4096
26 - make -C tests test-frametest test-fuzzer
[all …]
/external/zstd/.circleci/
Dconfig.yml4 # the first half of the jobs are in this test
5 short-tests-0:
9 - image: fbopensource/zstd-circleci-primary:0.0.1
10 # TODO: Re-enable aarch64 build:
11 # make aarch64build && make clean
13 - checkout
14 - run:
15 name: Test
17 ./tests/test-license.py
18 cc -v
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
27 - make runtest-valgrind
[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
18 run: make all
21 make-test:
22 runs-on: ubuntu-latest
[all …]
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
14 linux-kernel:
15 runs-on: ubuntu-latest
17 - uses: actions/checkout@v2
18 - name: linux kernel, library + build + test
19 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
22 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
[all …]
/external/fsverity-utils/scripts/
Drun-tests.sh2 # SPDX-License-Identifier: MIT
5 # Use of this source code is governed by an MIT-style
10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations,
13 # Note: for more test coverage, in addition to running this script, also build
14 # fsverity-utils into a kvm-xfstests test appliance and run
15 # 'kvm-xfstests -c ext4,f2fs -g verity'
17 set -e -u -o pipefail
31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX)
32 trap 'rm -r "$TMPDIR"' EXIT
36 echo "Starting fsverity-utils tests. See run-tests.log for full output."
[all …]
/external/ComputeLibrary/tests/validation/CL/
DGEMMMatrixMultiplyReshapedOnlyRHS.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
43 namespace test namespace
65 // *INDENT-OFF*
66 // clang-format off
73 /** Alpha values to test */
74 const auto a_values = framework::dataset::make("alpha", {-0.75f} );
76 /** Beta values to test */
77 const auto beta_values = framework::dataset::make("beta", {-0.35f} );
79 /** M values to test */
[all …]
DDepthwiseConvolutionLayerNative.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
42 namespace test namespace
57 // *INDENT-OFF*
58 // clang-format off
65 /** Width values to test - Precommit */
66 const auto width_values_precommit = framework::dataset::make("width", { 37U } );
68 /** Width values to test - Nightly */
69 const auto width_values_nightly = framework::dataset::make("width", { 53U, 47U } );
71 /** Height values to test - Precommit */
[all …]
DGEMMLowpMatrixMultiplyReshaped.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
39 namespace test namespace
63 // *INDENT-OFF*
64 // clang-format off
65 /** M values to test */
66 const auto m_values = framework::dataset::make("M", 37);
68 /** M_W values to test */
69 const auto m_w_values = framework::dataset::make("M_W", 5);
71 /** M_H values to test */
[all …]
DGEMMMatrixMultiplyNative.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
42 namespace test namespace
61 // *INDENT-OFF*
62 // clang-format off
66 /** Alpha values to test - Precommit */
67 const auto a_values = framework::dataset::make("alpha", {1.0f, -0.75f} );
69 /** Beta values to test - Precommit */
70 const auto beta_values = framework::dataset::make("beta", {-0.75f, 0.0f} );
72 /** M values to test */
[all …]
DGEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
42 namespace test namespace
63 // *INDENT-OFF*
64 // clang-format off
66 /** M values to test */
67 const auto m_values = framework::dataset::make("M", 37);
69 /** M_W values to test */
70 const auto m_w_values = framework::dataset::make("M_W", 5);
72 /** M_H values to test */
[all …]
DGEMMLowpMatrixMultiplyNative.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
37 namespace test namespace
54 // *INDENT-OFF*
55 // clang-format off
56 /** M values to test */
57 const auto m_values = framework::dataset::make("M", 37);
59 /** M_W values to test */
60 const auto m_w_values = framework::dataset::make("M_W", 5);
62 /** M_H values to test */
[all …]
/external/lz4/.circleci/
Dconfig.yml17 shell: /bin/bash --login
19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
30 # To see the list of pre-built images that CircleCI provides for most common languages see
31 # https://circleci.com/docs/2.0/circleci-images/
[all …]
/external/zstd/
DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
D.travis.yml1 # Travis CI is used to test platforms that github-actions currently doesn't support
2 # without either self-hosting or some finnicky work-around. Also, some tests
11 - dev
12 - release
13 - master
14 - travisTest
22 - FUZZERTEST=-T1mn
23 ZSTREAM_TESTTIME=-T1mn
24 DECODECORPUS_TESTTIME=-T1mn
29 - name: S390X (big endian) + Fuzz test
[all …]
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests7 ------------
8 This document describes how to run the tests in the POSIX Test Suite.
11 functional, and stress tests. All tests are built with make all, but
12 certain care should be used when running the stress test suite as the
16 ----------------------------------------------------
22 the pass/fail criterion is determine by whether or not the test compiles.
23 A definitions test will be compiled, not linked, by the toolchain.
25 For all other tests, they will have one test for the compile, one for the
26 link, and one for the execution of the test. Successful tests return
38 ----------------------------------
[all …]
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 * This is the main of your user space test program,
22 * file descriptor value and use that value to make
45 static int tagp_fd = -1; /* file descriptor */
98 * /dev/tbase CHR device exists. Check to make sure it is for a in tagpopen()
129 if (tagp_fd != -1) { in tagpclose()
131 tagp_fd = -1; in tagpclose()
144 return -1; in agpgart_io_test()
157 printf("Test agpgart io failed\n"); in main()
159 printf("Test agpgart io success\n"); in main()
[all …]
/external/libcups/
DMakefile2 # Top-level Makefile for CUPS.
4 # Copyright © 2007-2019 by Apple Inc.
5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
15 # Directories to make...
22 # Test suite options - normally blank, override with make command...
29 # Make all targets...
33 chmod +x cups-config
44 (cd $$dir ; $(MAKE) $(MFLAGS) all $(UNITTESTS)) || exit 1;\
49 # Make library targets...
63 (cd $$dir ; $(MAKE) $(MFLAGS) libs) || exit 1;\
[all …]
/external/protobuf/
Dtests.sh5 # will need to make sure the required compilers/tools are available.
7 # For when some other test needs the C++ main build, including protoc and
10 if [ -f src/protoc ]; then
16 git submodule update --init --recursive
19 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test.
21 make -j$(nproc)
26 make check -j$(nproc) || (cat src/test-suite.log; false)
27 cd conformance && make test_cpp && cd ..
29 # The benchmark code depends on cmake, so test if it is installed before
33 cd benchmarks && make cpp-benchmark && cd ..
[all …]
/external/e2fsprogs/
DMakefile.in36 $(MAKE) libs
37 @ALL_CMT@ $(MAKE) progs
38 @ALL_CMT@ $(MAKE) docs
40 all-static::
41 $(MAKE) libs
42 @ALL_CMT@ $(MAKE) static-progs
45 @for i in $(SUBS) ; do if test -d `dirname $$i` ; \
46 then $(MAKE) $$i || exit $$? ; fi ; done
47 @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi)
48 @(if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h; fi)
[all …]
/external/ComputeLibrary/tests/validation/NEON/
DDepthwiseConvolutionLayerNative.cpp2 * Copyright (c) 2019-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
34 namespace test namespace
49 // *INDENT-OFF*
50 // clang-format off
54 /** Width values to test - Precommit */
55 const auto width_values_precommit = framework::dataset::make("width", { 17U } );
57 /** Width values to test - Nightly */
58 const auto width_values_nightly = framework::dataset::make("width", { 53U, 47U } );
60 /** Height values to test - Precommit */
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
D.travis.yml5 - cat /proc/cpuinfo || echo /proc/cpuinfo is not present
11 - name: General linux x64 tests
16 - g++-multilib
17 - gcc-multilib
18 - cppcheck
20 - make -B test-all
21 - make clean
22- CFLAGS="-Werror" MOREFLAGS="-Wno-sign-conversion" make dispatch # removing sign conversion warn…
23 - make clean
24 - CC=g++ CFLAGS="-O1 -mavx512f -Werror" make
[all …]
/external/libabigail/
DCONTRIBUTING23 Please supply patches using git format-patch and git send-email. If
24 you don't know how to use git, send-email, fine. Just use your
30 Please read the file COMMIT-LOG-GUIDELINES in the source tree to learn
38 Make sure you sign your patch. To learn about signing, please read
49 idea is that if the test fails, the programmer should just have to
50 launch them under GDB and debug them right away. No-bullshit style.
54 make check
57 tests in parallel to make whole thing go faster by doing:
59 make -jN -lN check
61 If you want to test the fabrication of the distribution tarball (this
[all …]
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_create_cdb.py1 # -*- coding: utf-8 -*-
19 make = make_args(tmpdir) + args
21 ['intercept-build', '--cdb', result] + make)
39 make = make_args(tmpdir) + ['build_regular']
40 silent_check_call(['intercept-build', '--cdb', result,
41 '--override-compiler'] + make)
45 @unittest.skipIf(os.getenv('TRAVIS'), 'ubuntu make return -11')
48 result = self.run_intercept(tmpdir, ['-j', '4', 'build_regular'])
56 make = make_args(tmpdir) + ['CC=clang', 'build_regular']
57 silent_check_call(['intercept-build', '--cdb', result,
[all …]
/external/libevent/
DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4)
14 o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
15 o tests: Warn when openssl version in unit test mismatches compiled version. (ac009f9)
18 Changes in version 2.0.20-stable (23 Aug 2012)
20 o core: Make event_pending() threadsafe. (be7a95c Simon Liu)
39 UNIT TEST FIXES:
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
[all …]

12345678910>>...47