Home
last modified time | relevance | path

Searched full:libtest (Results 1 – 25 of 142) sorted by relevance

123456

/external/rust/crates/libtest-mimic/
DREADME.md1 # 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…
DCHANGELOG.md19 - 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 …]
DMETADATA1 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"
DCargo.toml.orig2 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"]
DCargo.toml15 name = "libtest-mimic"
22 documentation = "https://docs.rs/libtest-mimic"
25 "libtest",
36 repository = "https://github.com/LukasKalbertodt/libtest-mimic"
/external/curl/projects/
Dchecksrc.bat156 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/
Dlib.rs3 //! 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.
Dargs.rs9 /// `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/
Dtest.sh4 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/
Dcomponents_test.py543 <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/
Dtest144518 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
27 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
Dtest61517 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
26 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir
Dtest144621 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
30 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
Dtest61024 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
Dtest63926 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.dir
Dtest63826 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.new
Dtest61124 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
33 perl %SRCDIR/libtest/test610.pl rmdir %PWD/%LOGDIR/test%TESTNUMBER.new
Dtest61427 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…
Dtest61326 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/
DCMakeLists.txt41 ${CURL_SOURCE_DIR}/tests/libtest # To be able to build generated tests
73 # library at (tests)/libtest/.libs/libhostname.so
DMakefile.am126 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/
DMakefile.inc28 ../libtest/test.h \
29 ../libtest/first.c
/external/curl/packages/OS400/
Dmake-tests.sh136 # Build all programs in the libtest subdirectory.
139 cd libtest || exit 1
/external/curl/tests/
DMakefile.am103 SUBDIRS = certs data server libtest http $(BUILD_UNIT) subdir
160 (cd libtest && $(MAKE) checksrc)
/external/curl/packages/vms/
Dsetup_gnv_curl_build.com246 [.tests.libtest]gnv$'ap_name'.opt
252 $ purge [.tests.libtest]gnv$*.opt
253 $ rename [.tests.libtest]gnv$*.opt ;1

123456