Searched defs:testdir (Results 1 – 9 of 9) sorted by relevance
16 AC_SUBST([testdir], [$testdir]) subst
139 testdir() function
89 static char testdir[256]; in setup_iteration() local
16 mod testdir; module
156 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
28 static char testdir[1024]; variable
1170 fn testdir(builder: &Builder<'_>, host: TargetSelection) -> PathBuf { in testdir() function
119 testdir = os.path.dirname(file) or os.curdir variable
4220 testdir = os.path.join(TEMPDIR, "testoverwrite") variable in OverwriteTests