diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-24 10:03:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-24 10:03:43 +0200 |
commit | 294a883863fa7713edc5278adddf8f60a28c8a9f (patch) | |
tree | aec212cacc941e217ac60ae906f1c92209c3e86b /libbuild2/test | |
parent | c397402cba2f8bccaa9b8e63f7ae95f3540f54cd (diff) |
WIPopvar
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/operation.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/test/operation.cxx b/libbuild2/test/operation.cxx index 841abb5..ff841a6 100644 --- a/libbuild2/test/operation.cxx +++ b/libbuild2/test/operation.cxx @@ -65,6 +65,7 @@ namespace build2 0, "test", "test", + "test", "testing", "tested", "has nothing to test", // We cannot "be tested". @@ -82,6 +83,7 @@ namespace build2 update_id, // Note: not update_for_test_id. test_id, op_update.name, + nullptr, // Outer operation variable is always used. op_update.name_do, op_update.name_doing, op_update.name_did, |