Searched refs:tdir (Results 1 – 7 of 7) sorted by relevance
29 local tdir=${CONTRIB_TESTDIR}/${class}/${group}30 local tfiles=$(find $tdir -type f -a \32 local tcfiles=$(find $tdir -type f -a -name \*.c | sort | fmtflist)33 local texes=$(find $tdir -type f -a -name \*.exe | sort | fmtflist)
136 tdir="$2"138 for x in $tdir/*.anchor; do
1942 Char *tdir; in expand_dir() local1944 tdir = dollar(dir); in expand_dir()1945 cleanup_push(tdir, xfree); in expand_dir()1946 if (tdir == NULL || in expand_dir()1947 (tilde(edir, tdir) != 0) || in expand_dir()1953 cleanup_until(tdir); in expand_dir()1960 xprintf("\n%S %s\n", edir->len ? edir->s : (tdir ? tdir : dir), in expand_dir()1965 cleanup_until(tdir); in expand_dir()1968 cleanup_until(tdir); in expand_dir()
40 export PRJDIR=$TESTDIR/tdir
577 TESTDIR=tdir
63 - Attempt to further fix doh_downstream_buffer_size.tdir flakiness.208 - Cleanup ede.tdir test.243 - Add RPZ tag tests in acl_interface.tdir.328 - Merge #1080: AddressSanitizer detection in tdir tests and memory leak385 - Remove testdata/remote-threaded.tdir. testdata/09-unbound-control.tdir397 - Add missing common functions to tdir tests.777 - Update testdata/ipset.tdir test for ipset fix.1313 - Make ede.tdir test more predictable by using static data.1331 - Fix test tdir skip report printout.1337 - Better output for skipped tdir tests.[all …]
364 …dir testcode testdata; cp -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/…