HomeSort by relevance Sort by last modified time
    Searched defs:tst_test (Results 1 - 2 of 2) sorted by null

  /external/ltp/include/
tst_test.h 107 struct tst_test { struct
173 void tst_run_tcases(int argc, char *argv[], struct tst_test *self)
210 static struct tst_test test;
220 static struct tst_test test = { .tconf_msg = message } \
  /external/ltp/lib/
tst_test.c 30 #include "tst_test.h"
42 struct tst_test *tst_test; variable in typeref:struct:tst_test
104 if (tst_test->needs_checkpoints) {
113 if (tst_test->needs_checkpoints) {
281 if (tst_test->cleanup)
282 tst_test->cleanup();
379 if (!tst_test->forks_child)
408 if (!tst_test->options)
411 for (i = 0; tst_test->options[i].optstr; i++
    [all...]

Completed in 235 milliseconds