From 6bb07997cf86ac08fc177778e424c32fa54b7231 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 19 Apr 2019 13:40:40 +0100 Subject: Add missing implicit-dep on test lib --- project2/ice/unittests/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project2/ice/unittests/Jamfile.jam b/project2/ice/unittests/Jamfile.jam index d8a0220..dfbff73 100644 --- a/project2/ice/unittests/Jamfile.jam +++ b/project2/ice/unittests/Jamfile.jam @@ -68,6 +68,7 @@ run unittestr unittestc unittestr + unittestc ..//p2iceclient ../../ut//p2ut ../../xml//p2xml @@ -103,6 +104,7 @@ run unittestr unittestc unittestr + unittestc ..//p2icedaemon ../../ut//p2ut ../../xml//p2xml -- cgit v1.2.3