Lines Matching full:bin
1 #!/usr/bin/python
52 t.expect_removal("bin/$toolset/debug*/a.obj")
53 t.expect_removal("sub1/bin/$toolset/debug*/sub1.obj")
54 t.expect_removal("sub1/bin/$toolset/debug*/sub1_2.obj")
55 t.expect_removal("sub2/bin/$toolset/debug*/sub2.obj")
56 t.expect_nothing("sub3/bin/$toolset/debug*/sub3.obj")
61 t.expect_removal("bin/$toolset/debug*/a.obj")
62 t.expect_removal("sub1/bin/$toolset/debug*/sub1.obj")
63 t.expect_removal("sub1/bin/$toolset/debug*/sub1_2.obj")
64 t.expect_removal("sub2/bin/$toolset/debug*/sub2.obj")
65 t.expect_nothing("sub3/bin/$toolset/debug*/sub3.obj")
70 t.expect_nothing("bin/$toolset/debug*/a.obj")
71 t.expect_removal("sub1/bin/$toolset/debug*/sub1.obj")
72 t.expect_removal("sub1/bin/$toolset/debug*/sub1_2.obj")
73 t.expect_nothing("sub2/bin/$toolset/debug*/sub2.obj")
74 t.expect_nothing("sub3/bin/$toolset/debug*/sub3.obj")
79 t.expect_nothing("bin/$toolset/debug*/a.obj")
80 t.expect_removal("sub1/bin/$toolset/debug*/sub1.obj")
81 t.expect_removal("sub1/bin/$toolset/debug*/sub1_2.obj")
82 t.expect_removal("sub2/bin/$toolset/debug*/sub2.obj")
83 t.expect_nothing("sub3/bin/$toolset/debug*/sub3.obj")
89 t.expect_removal("sub1/bin/$toolset/debug*/sub1.obj")
90 t.expect_nothing("sub1/bin/$toolset/debug*/sub1_2.obj")
91 t.expect_nothing("sub2/bin/$toolset/debug*/sub2.obj")
92 t.expect_nothing("sub3/bin/$toolset/debug*/sub3.obj")