diff options
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/operation.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libbuild2/test/operation.cxx b/libbuild2/test/operation.cxx index d06bd7c..e9635cf 100644 --- a/libbuild2/test/operation.cxx +++ b/libbuild2/test/operation.cxx @@ -34,6 +34,8 @@ namespace build2 execution_mode::first, 1 /* concurrency */, &test_pre, + nullptr, + nullptr, nullptr }; @@ -50,7 +52,9 @@ namespace build2 op_update.mode, op_update.concurrency, op_update.pre, - op_update.post + op_update.post, + op_update.adhoc_match, + op_update.adhoc_apply }; } } |