aboutsummaryrefslogtreecommitdiff
path: root/bdep/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/test.hxx')
-rw-r--r--bdep/test.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bdep/test.hxx b/bdep/test.hxx
index 33fbd8e..382fe85 100644
--- a/bdep/test.hxx
+++ b/bdep/test.hxx
@@ -21,6 +21,9 @@ namespace bdep
{
run_bpkg (2,
o,
+ (o.jobs_specified ()
+ ? strings ({"-j", to_string (o.jobs ())})
+ : strings ()),
"test",
"-d", c->path,
(o.immediate () ? "--immediate" :