HomeSort by: relevance | last modified time | path
    Searched refs:tuktest_early_skip (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_lzip_decoder.c 458 tuktest_early_skip("lzip decoder disabled");
test_microlzma.c 547 tuktest_early_skip("LZMA1 encoder disabled");
tuktest.h 62 /// tuktest_early_skip("Optional package foo is not available");
94 /// - tuktest_start(), tuktest_early_skip, tuktest_run(), and tuktest_end()
453 /// the same result as tuktest_early_skip() except that then no reason
455 #define tuktest_early_skip(...) \ macro
478 /// tuktest_early_skip() which must never be called after tuktest_run().
492 /// then tuktest_early_skip() may be useful so that the reason why the
516 // (see tuktest_early_skip()).
794 /// If you can detect early that no tests can be run, tuktest_early_skip()
797 /// test name but with tuktest_early_skip() it will indicate that the whole
798 /// test program was skipped (with tuktest_early_skip() the TAP plan wil
    [all...]

Completed in 14 milliseconds