aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-test.hxx')
-rw-r--r--bpkg/pkg-test.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/bpkg/pkg-test.hxx b/bpkg/pkg-test.hxx
index 460edc0..1fe697f 100644
--- a/bpkg/pkg-test.hxx
+++ b/bpkg/pkg-test.hxx
@@ -16,7 +16,13 @@ namespace bpkg
inline int
pkg_test (const pkg_test_options& o, cli::scanner& args)
{
- return pkg_command ("test", o, "", o.recursive (), o.immediate (), args);
+ return pkg_command ("test",
+ o,
+ "",
+ o.recursive (),
+ o.immediate (),
+ o.all (),
+ args);
}
}