Home
last modified time | relevance | path

Searched refs:expect_touch (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/tools/build/test/
Ddependency_test.py155 t.expect_touch("bin/$toolset/debug*/a.exe")
156 t.expect_touch("bin/$toolset/debug*/a.obj")
157 t.expect_touch("bin/$toolset/debug*/a_c.obj")
158 t.expect_touch("bin/$toolset/debug*/b.exe")
159 t.expect_touch("bin/$toolset/debug*/b.obj")
168 t.expect_touch("bin/$toolset/debug*/a.exe")
169 t.expect_touch("bin/$toolset/debug*/a.obj")
170 t.expect_touch("bin/$toolset/debug*/a_c.obj")
177 t.expect_touch("bin/$toolset/debug*/a.exe")
178 t.expect_touch("bin/$toolset/debug*/a.obj")
[all …]
Dordered_include.py40 tester.expect_touch("bin/$toolset/debug*/test.obj")
78 tester.expect_touch("bin/$toolset/debug*/test.obj")
112 tester.expect_touch("bin/$toolset/debug*/test.obj")
116 tester.expect_touch("bin/$toolset/debug*/test.obj")
138 t.expect_touch("bin/$toolset/debug*/test.obj")
169 t.expect_touch("bin/$toolset/debug*/test.obj")
210 t.expect_touch("bin/$toolset/debug*/test.obj")
219 t.expect_touch("bin/$toolset/debug*/test.obj")
228 t.expect_touch("bin/$toolset/debug*/test.obj")
237 t.expect_touch("bin/$toolset/debug*/test.obj")
Dconfigure.py55 t.expect_touch("bin/$toolset/debug*/pass.obj")
56 t.expect_touch("bin/$toolset/debug*/foo.obj")
57 t.expect_touch("bin/$toolset/debug*/bar.obj")
65 t.expect_touch("bin/$toolset/debug*/pass.obj")
145 t.expect_touch("bin/$toolset/debug*/pass.obj")
146 t.expect_touch("bin/$toolset/debug*/foo.obj")
153 t.expect_touch("bin/$toolset/debug*/pass.obj")
Dpath_features.py149 t.expect_touch(expected_x1)
150 t.expect_touch(expected_x2)
154 t.expect_touch(expected_x1)
155 t.expect_touch(expected_x2)
Drescan_header.py196 t.expect_touch("bin/header3.h")
197 t.expect_touch("bin/$toolset/debug*/test1.obj")
198 t.expect_touch("bin/$toolset/debug*/test2.obj")
199 t.expect_touch("bin/$toolset/debug*/test.exe")
Dalways.py28 t.expect_touch("bin/$toolset/debug*/main.obj")
30 t.expect_touch("bin/$toolset/debug*/test.exe")
Drebuilds.py54 t.expect_touch("bar")
65 t.expect_touch(["foo", "bar", "aux1", "aux2"])
Dresolution.py33 t.expect_touch("bin/$toolset/debug*/hello.obj")
Dtest2.py23 t.expect_touch(file_list)
Dtest_rc.py142 test(3, t.expect_touch)
Dproject_test3.py83 t.expect_touch(["bin/$toolset/debug*/a.obj",
Dlink.py308 if not using_links: t.expect_touch("include/file1.h")
DBoostBuild.py654 def expect_touch(self, names): member in Tester