Searched full:libtest (Results 1 – 25 of 142) sorted by relevance
123456
| /external/rust/crates/libtest-mimic/ |
| D | README.md | 1 # libtest-mimic 3 …ertodt/libtest-mimic/CI/master?label=CI&logo=github&logoColor=white&style=for-the-badge" height="2… 4 …ttps://img.shields.io/crates/v/libtest-mimic?logo=rust&style=for-the-badge" height="23">](https://… 5 …ps://img.shields.io/crates/v/libtest-mimic?color=blue&label=docs&style=for-the-badge" height="23">… 9 This is a simple and small testing framework that mimics the original `libtest`. 14 See [**the documentation**](https://docs.rs/libtest-mimic) or [the `examples/` folder](/examples) f…
|
| D | CHANGELOG.md | 19 - Re-add `--nocapture` as a noop argument [#18](https://github.com/LukasKalbertodt/libtest-mimic/pu… 94 [Unreleased]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.6.0...HEAD 95 [0.6.0]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.5.2...v0.6.0 96 [0.5.2]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.5.1...v0.5.2 97 [0.5.1]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.5.0...v0.5.1 98 [0.5.0]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.4.1...v0.5.0 99 [0.4.1]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.4.0...v0.4.1 100 [0.4.0]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.3.0...v0.4.0 101 [0.3.0]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.2.0...v0.3.0 102 [0.2.0]: https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.1.0...v0.2.0 [all …]
|
| D | METADATA | 1 name: "libtest-mimic" 6 value: "https://crates.io/crates/libtest-mimic" 10 value: "https://static.crates.io/crates/libtest-mimic/libtest-mimic-0.6.0.crate"
|
| D | Cargo.toml.orig | 2 name = "libtest-mimic" 12 documentation = "https://docs.rs/libtest-mimic" 13 repository = "https://github.com/LukasKalbertodt/libtest-mimic" 15 keywords = ["libtest", "test", "built-in", "framework", "harness"]
|
| D | Cargo.toml | 15 name = "libtest-mimic" 22 documentation = "https://docs.rs/libtest-mimic" 25 "libtest", 36 repository = "https://github.com/LukasKalbertodt/libtest-mimic"
|
| /external/curl/projects/ |
| D | checksrc.bat | 156 rem Check the tests\libtest directory 157 if exist %SRC_DIR%\tests\libtest ( 158 …%i in ('dir "%SRC_DIR%\tests\libtest\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "… 159 …%i in ('dir "%SRC_DIR%\tests\libtest\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "…
|
| /external/rust/crates/libtest-mimic/src/ |
| D | lib.rs | 3 //! This is a simple and small test harness that mimics the original `libtest` 11 //! [1]: https://github.com/LukasKalbertodt/libtest-mimic/blob/master/examples/tidy.rs 56 //! `libtest-mimic` works on a best-effort basis: it tries to be as close to 57 //! `libtest` as possible, but there are differences for a variety of reasons. 65 //! `libtest` uses internal `std` functions to temporarily redirect output. 66 //! `libtest-mimic` cannot use those. See [this issue][capture] for more 70 //! [capture]: https://github.com/LukasKalbertodt/libtest-mimic/issues/9 86 /// `libtest` often treats benchmarks as "tests", which is a bit confusing. So 160 /// This is the only extension to the original libtest.
|
| D | args.rs | 9 /// `libtest-mimic` supports a subset of all args/flags supported by the 45 /// No-op, ignored (libtest-mimic always runs in no-capture mode) 46 #[arg(long = "nocapture", help = "No-op (libtest-mimic always runs in no-capture mode)")]
|
| /external/bazelbuild-rules_rust/test/portable_link_flags_darwin/ |
| D | test.sh | 4 if otool -L $1 | grep -q libtest; then 5 >&2 echo "error: rust_binary is dynamically linked against libtest!"
|
| /external/pigweed/pw_build_mcuxpresso/py/tests/ |
| D | components_test.py | 543 <files mask="libtest.a"/> 555 [pathlib.Path('gcc/libtest.a'), pathlib.Path('gcc/libtest_arm.a')], 564 <files mask="libtest.a"/> 577 pathlib.Path('src/gcc/libtest.a'), 588 <files mask="libtest.a"/> 602 [pathlib.Path('gcc/libtest.a'), pathlib.Path('arm/libtest_arm.a')], 625 <files mask="libtest.a"/> 629 <files mask="libtest.a"/> 632 <files mask="libtest.a"/> 644 pathlib.Path('with_core/libtest.a'), [all …]
|
| /external/curl/tests/data/ |
| D | test1445 | 18 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir 27 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
|
| D | test615 | 17 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir 26 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir
|
| D | test1446 | 21 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir 30 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
|
| D | test610 | 24 perl %SRCDIR/libtest/test%TESTNUMBER.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir 33 perl %SRCDIR/libtest/test%TESTNUMBER.pl gone %PWD/%LOGDIR/test%TESTNUMBER.dir
|
| D | test639 | 26 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir 35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.dir
|
| D | test638 | 26 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir 35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.new
|
| D | test611 | 24 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir 33 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.new
|
| D | test614 | 27 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir 36 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TEST…
|
| D | test613 | 26 perl %SRCDIR/libtest/test%TESTNUMBER.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir 35 perl %SRCDIR/libtest/test%TESTNUMBER.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/c…
|
| /external/curl/tests/libtest/ |
| D | CMakeLists.txt | 41 ${CURL_SOURCE_DIR}/tests/libtest # To be able to build generated tests 73 # library at (tests)/libtest/.libs/libhostname.so
|
| D | Makefile.am | 126 lib1521.c: $(top_srcdir)/tests/libtest/mk-lib1521.pl $(top_srcdir)/include/curl/curl.h 127 @PERL@ $(top_srcdir)/tests/libtest/mk-lib1521.pl < $(top_srcdir)/include/curl/curl.h > lib1521.c
|
| /external/curl/tests/unit/ |
| D | Makefile.inc | 28 ../libtest/test.h \ 29 ../libtest/first.c
|
| /external/curl/packages/OS400/ |
| D | make-tests.sh | 136 # Build all programs in the libtest subdirectory. 139 cd libtest || exit 1
|
| /external/curl/tests/ |
| D | Makefile.am | 103 SUBDIRS = certs data server libtest http $(BUILD_UNIT) subdir 160 (cd libtest && $(MAKE) checksrc)
|
| /external/curl/packages/vms/ |
| D | setup_gnv_curl_build.com | 246 [.tests.libtest]gnv$'ap_name'.opt 252 $ purge [.tests.libtest]gnv$*.opt 253 $ rename [.tests.libtest]gnv$*.opt ;1
|
123456