Searched defs:test_env (Results 1 – 4 of 4) sorted by relevance
6 test_env = ['FREETYPE_TESTS_DATA_DIR=' variable
209 test_env = environment() variable
2823 typedef struct test_env { struct2829 Test_op (*isa)(struct test_env *, Test_meta); argument2830 const char *(*getopnd) (struct test_env *, Test_op, bool); argument2831 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool); argument2832 void (*error)(struct test_env *, int, const char *); argument2833 int flags; /* TEF_* */
775 def test_env(self): member in ProcessTestCase