diff --git a/v2/test/generator_selection.py b/v2/test/generator_selection.py index 192683ca7..f9855b589 100755 --- a/v2/test/generator_selection.py +++ b/v2/test/generator_selection.py @@ -50,6 +50,8 @@ obj other-obj : source.extension ; t.run_build_system() t.expect_output_line("Generating a CPP file...") + t.expect_addition("bin/$toolset/debug/dummy.obj") + t.expect_addition("Other/bin/$toolset/debug/other-obj.obj") t.cleanup()