Home | History | Annotate | Download | only in tests

Lines Matching refs:test_dir

53         cls.test_dir = os.path.join(cls.test_dir_base, target_name)
55 makedirs(cls.test_dir, exist_ok=True)
59 obj_file = os.path.join(cls.test_dir, 'main.o')
63 out_file = os.path.join(cls.test_dir, 'main.out')
68 obj_file = os.path.join(cls.test_dir, 'test.o')
72 out_file = os.path.join(cls.test_dir, 'libtest.so')
76 out_file = os.path.join(cls.test_dir, 'libtest-rpath.so')
81 out_file = os.path.join(cls.test_dir, 'libtest-rpath-multi.so')
86 out_file = os.path.join(cls.test_dir, 'libtest-runpath.so')
92 out_file = os.path.join(cls.test_dir, 'libtest-runpath-multi.so')
105 out_file = os.path.join(self.test_dir, 'main.out')
109 lib_file = os.path.join(self.test_dir, lib_name)
163 if args.test_dir:
164 test_dir_base = args.test_dir