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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-test.hxx b/bpkg/pkg-test.hxx
index 59d0e59..26c7b18 100644
--- a/bpkg/pkg-test.hxx
+++ b/bpkg/pkg-test.hxx
@@ -1,5 +1,4 @@
// file : bpkg/pkg-test.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_PKG_TEST_HXX
@@ -22,7 +21,9 @@ namespace bpkg
o.recursive (),
o.immediate (),
o.all (),
+ o.all_pattern (),
o.package_cwd (),
+ true /* allow_host_type */,
args);
}
}