mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Restore crucial missing line
[SVN r16810]
This commit is contained in:
@@ -16,6 +16,8 @@ t.expect_addition("bin/gcc/debug/main-target-e/e" + exe_suffix)
|
||||
|
||||
# Both 'a' and 'b' include "a.h" and should be updated
|
||||
t.touch("a.h")
|
||||
t.run_build_system()
|
||||
|
||||
t.expect_touch("bin/gcc/debug/a" + exe_suffix)
|
||||
t.expect_touch("bin/gcc/debug/a.o")
|
||||
t.expect_touch("bin/gcc/debug/b" + exe_suffix)
|
||||
|
||||
@@ -16,6 +16,8 @@ t.expect_addition("bin/gcc/debug/main-target-e/e" + exe_suffix)
|
||||
|
||||
# Both 'a' and 'b' include "a.h" and should be updated
|
||||
t.touch("a.h")
|
||||
t.run_build_system()
|
||||
|
||||
t.expect_touch("bin/gcc/debug/a" + exe_suffix)
|
||||
t.expect_touch("bin/gcc/debug/a.o")
|
||||
t.expect_touch("bin/gcc/debug/b" + exe_suffix)
|
||||
|
||||
Reference in New Issue
Block a user