2
0
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:
Dave Abrahams
2003-01-09 00:03:25 +00:00
parent d72ecaaf5d
commit 960b42bdf9
2 changed files with 4 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)