Home
last modified time | relevance | path

Searched defs:testcase_options (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/dfregress/
H A Dtestcase.h42 struct testcase_options { struct
43 long int timeout_in_secs;
44 uint32_t flags;
45 uid_t runas_uid;
47 char *interpreter;
48 int32_t rc;
49 char *pre_cmd;
73 struct testcase_options opts; argument