]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/generator_selection.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / generator_selection.py
index 87f0df33a987f8163edb7e47fe332e81159a15e1..64f9cc7b3cd7013a9c9acf9cd299cbdcdc29fb21 100755 (executable)
@@ -87,9 +87,9 @@ my-obj other-obj : source.extension ;
 
     t.run_build_system()
     t.expect_output_lines("Generating a CPP file...")
-    t.expect_addition("bin/$toolset/debug/dummy.my_obj")
-    t.expect_addition("Other/bin/$toolset/debug/other-obj.cpp")
-    t.expect_addition("Other/bin/$toolset/debug/other-obj.my_obj")
+    t.expect_addition("bin/$toolset/debug*/dummy.my_obj")
+    t.expect_addition("Other/bin/$toolset/debug*/other-obj.cpp")
+    t.expect_addition("Other/bin/$toolset/debug*/other-obj.my_obj")
     t.expect_nothing_more()
 
     t.cleanup()
@@ -139,8 +139,8 @@ yyy other : source.xxx2 ;
 """)
 
     t.run_build_system()
-    t.expect_addition("bin/$toolset/debug/dummy.yyy")
-    t.expect_addition("Other/bin/$toolset/debug/other.yyy")
+    t.expect_addition("bin/$toolset/debug*/dummy.yyy")
+    t.expect_addition("Other/bin/$toolset/debug*/other.yyy")
     t.expect_nothing_more()
 
     t.cleanup()