diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-21 12:18:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-21 12:18:15 +0200 |
commit | 6082d76936b8a65380eb7af03b4167d8f0298158 (patch) | |
tree | 4cfadd3f54c134a1a45086ad15015a88b902ffba /tests/cli/simple/buildfile | |
parent | 0165fa7178319bb250be1882b3b457232236c820 (diff) |
Implement short-circuiting to group state
This is necessary to get rid of bogus restarts in inject_prerequisites()
where it think a group member was updated since its state changed from
unknown to (group's) changed.
Diffstat (limited to 'tests/cli/simple/buildfile')
-rw-r--r-- | tests/cli/simple/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli/simple/buildfile b/tests/cli/simple/buildfile index 998eb67..47e06d9 100644 --- a/tests/cli/simple/buildfile +++ b/tests/cli/simple/buildfile @@ -1,8 +1,8 @@ using cxx -hxx.ext = -cxx.ext = cpp -ixx.ext = ipp +hxx{*}: extension = +cxx{*}: extension = cpp +ixx{*}: extension = ipp cxx.poptions += -I$out_root |