Searched refs:TESTFILES (Results 1 – 2 of 2) sorted by relevance
674 def resolve_testfiles(TESTFILES): argument675 for tfile in TESTFILES[:]:677 TESTFILES.remove(tfile)678 TESTFILES.extend(glob.glob(tfile))679 return TESTFILES701 TESTFILES = []727 TESTFILES.append(optarg)728 TESTFILES = resolve_testfiles(TESTFILES)730 TESTFILES.remove(optarg)741 TESTFILES = data.testfiles[all …]
50 TESTFILES = \ macro161 for file in $(TESTFILES); do \201 for file in $(TESTFILES); do \