Home
last modified time | relevance | path

Searched refs:BUILD_DIR (Results 1 - 22 of 22) sorted by relevance

/third_party/unity/test/
H A DMakefile35 BUILD_DIR = build macro
43 cd $(BUILD_DIR) && \
45 rm -f $(BUILD_DIR)/*.gcda
47 cd $(BUILD_DIR) && \
49 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
50 cd $(BUILD_DIR) && \
52 rm -f $(BUILD_DIR)/*.gcda
54 cd $(BUILD_DIR) && \
56 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
57 cd $(BUILD_DIR)
[all...]
/third_party/icu/tools/release/c/
H A Duconfigtest.sh17 # You can also use the uconfigtest.local file to override the BUILD_DIR
36 BUILD_DIR=${BUILD_DIR:-${S}/uconfigtest}
38 if [ ! -d ${BUILD_DIR} ];
40 mkdir -p ${BUILD_DIR} || exit 1
43 FAILS=${BUILD_DIR}/fails
44 STATS=${BUILD_DIR}/stats
96 mkdir -p ${BUILD_DIR} ${BUILD_DIR}/times 2>/dev/null
108 echo " build to ${BUILD_DIR}/
[all...]
/third_party/skia/modules/canvaskit/
H A Dcompile.sh44 BUILD_DIR=${BUILD_DIR:="out/canvaskit_wasm_debug"}
48 BUILD_DIR=${BUILD_DIR:="out/canvaskit_wasm_profile"}
51 BUILD_DIR=${BUILD_DIR:="out/canvaskit_wasm_experimental_simd"}
53 BUILD_DIR=${BUILD_DIR:="out/canvaskit_wasm"}
61 mkdir -p $BUILD_DIR
64 rm -f $BUILD_DIR/*
[all...]
H A Dcompile_gm.sh34 BUILD_DIR=${BUILD_DIR:="out/wasm_gm_tests_debug"}
38 BUILD_DIR=${BUILD_DIR:="out/wasm_gm_tests"}
46 mkdir -p $BUILD_DIR
49 rm -f $BUILD_DIR/*.a
57 GM_LIB="$BUILD_DIR/libgm_wasm.a"
76 git clone "https://chromium.googlesource.com/chromium/tools/depot_tools.git" --depth 1 $BUILD_DIR/depot_tools
77 NINJA=$BUILD_DIR/depot_tools/ninja
87 ./bin/gn gen ${BUILD_DIR} \
[all...]
/third_party/cJSON/tests/unity/test/
H A DMakefile24 BUILD_DIR = build macro
32 coverage: $(BUILD_DIR)/testunityRunner.c
33 cd $(BUILD_DIR) && \
35 rm -f $(BUILD_DIR)/*.gcda
37 cd $(BUILD_DIR) && \
39 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
41 test: $(BUILD_DIR)/testunityRunner.c
46 UNITY_C_ONLY =-c ../src/unity.c -o $(BUILD_DIR)/unity.o
51 $(BUILD_DIR)/testunityRunner.c: tests/testunity.c | $(BUILD_DIR)
[all...]
/third_party/cJSON/tests/unity/extras/fixture/test/
H A DMakefile18 BUILD_DIR = ../build macro
23 default: $(BUILD_DIR)
28 32bits: $(BUILD_DIR)
33 noStdlibMalloc: $(BUILD_DIR)
39 C89: $(BUILD_DIR)
44 $(BUILD_DIR):
45 mkdir -p $(BUILD_DIR)
48 rm -f $(TARGET) $(BUILD_DIR)/*.gc*
50 cov: $(BUILD_DIR)
51 cd $(BUILD_DIR)
[all...]
/third_party/unity/extras/fixture/test/
H A DMakefile15 BUILD_DIR = ../build macro
20 default: $(BUILD_DIR)
25 32bits: $(BUILD_DIR)
30 noStdlibMalloc: $(BUILD_DIR)
36 C89: $(BUILD_DIR)
41 $(BUILD_DIR):
42 mkdir -p $(BUILD_DIR)
45 rm -f $(TARGET) $(BUILD_DIR)/*.gc*
47 cov: $(BUILD_DIR)
48 cd $(BUILD_DIR)
[all...]
/third_party/unity/extras/memory/test/
H A DMakefile21 BUILD_DIR = ../build macro
26 default: $(BUILD_DIR)
31 32bits: $(BUILD_DIR)
36 noStdlibMalloc: $(BUILD_DIR)
42 C89: $(BUILD_DIR)
47 $(BUILD_DIR):
48 mkdir -p $(BUILD_DIR)
51 rm -f $(TARGET) $(BUILD_DIR)/*.gc*
53 cov: $(BUILD_DIR)
54 cd $(BUILD_DIR)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
H A Dbuild.sh38 BUILD_DIR=/tmp/marl-build
39 INSTALL_DIR=${BUILD_DIR}/install
61 # Ensures BUILD_DIR is empty.
63 if [ -d ${BUILD_DIR} ]; then
64 rm -fr ${BUILD_DIR}
66 mkdir ${BUILD_DIR}
77 cd ${BUILD_DIR}
90 cd ${BUILD_DIR}
108 cd ${BUILD_DIR}
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
H A Ddocker.sh41 BUILD_DIR=/tmp/marl-build
42 INSTALL_DIR=${BUILD_DIR}/install
81 # Ensures BUILD_DIR is empty.
83 if [ -d ${BUILD_DIR} ]; then
84 rm -fr ${BUILD_DIR}
86 mkdir ${BUILD_DIR}
97 cd ${BUILD_DIR}
110 cd ${BUILD_DIR}
128 cd ${BUILD_DIR}
/third_party/ltp/
H A Dbuild.sh19 BUILD_DIR="$SRC_DIR/../ltp-build"
22 MAKE_OPTS_OUT_TREE="$MAKE_OPTS -C $BUILD_DIR -f $SRC_DIR/Makefile top_srcdir=$SRC_DIR top_builddir=$BUILD_DIR"
50 mkdir -p $BUILD_DIR
51 cd $BUILD_DIR
118 cd $BUILD_DIR
129 cd $BUILD_DIR
140 cd $BUILD_DIR
/third_party/skia/third_party/externals/tint/kokoro/linux/
H A Ddocker.sh82 BUILD_DIR=/tmp/tint-build
83 mkdir -p ${BUILD_DIR}
106 cd ${BUILD_DIR}
146 ${SRC_DIR}/test/test-all.sh "${BUILD_DIR}/tint" --verbose
/third_party/node/deps/v8/third_party/markupsafe/
H A Dget_markupsafe.sh22 BUILD_DIR="$PACKAGE-$VERSION"
25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
104 cd "$BUILD_DIR"
/third_party/node/tools/inspector_protocol/jinja2/
H A Dget_jinja2.sh23 BUILD_DIR="$PACKAGE-$VERSION"
26 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
105 cd "$BUILD_DIR"
/third_party/node/tools/inspector_protocol/markupsafe/
H A Dget_markupsafe.sh22 BUILD_DIR="$PACKAGE-$VERSION"
25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
104 cd "$BUILD_DIR"
/third_party/skia/third_party/externals/markupsafe/
H A Dget_markupsafe.sh22 BUILD_DIR="$PACKAGE-$VERSION"
25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
104 cd "$BUILD_DIR"
/third_party/protobuf/protoc-artifacts/
H A Dbuild-protoc.sh279 BUILD_DIR="build/$OS/$ARCH"
282 mkdir -p "$BUILD_DIR" && cd "$BUILD_DIR" &&
286 cp $BUILD_DIR/src/$MAKE_TARGET $TARGET_FILE ||
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_compliance.py148 BUILD_DIR = 'out_of_source_build' variable
157 BUILD_DIR = args.build_dir[0] variable
159 sys.exit(main(BUILD_DIR))
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter_test.py26 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release') variable
30 return '%s/%s' % (BUILD_DIR, line)
189 SYMBOLIZER_OUTPUT, BUILD_DIR)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H A Dpresubmit.bat22 SET BUILD_DIR=%ROOT_DIR%\build
32 mkdir %BUILD_DIR%
33 cd %BUILD_DIR%
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat48 set BUILD_DIR="%TEMP_DIR%\tint-build" variable
105 mkdir %BUILD_DIR%
106 cd /d %BUILD_DIR%
/third_party/skia/third_party/externals/oboe/
H A Dbuild_all_android.sh29 BUILD_DIR=build

Completed in 5 milliseconds