diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-19 13:40:40 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-19 13:40:40 +0100 |
commit | 6bb07997cf86ac08fc177778e424c32fa54b7231 (patch) | |
tree | 736422381eb87c13e175dbea1784cbc8ad1f5a82 | |
parent | Disable error on implicit-fallthrough for generated code (diff) | |
download | project2-6bb07997cf86ac08fc177778e424c32fa54b7231.tar.bz2 project2-6bb07997cf86ac08fc177778e424c32fa54b7231.tar.xz project2-6bb07997cf86ac08fc177778e424c32fa54b7231.zip |
Add missing implicit-dep on test lib
-rw-r--r-- | project2/ice/unittests/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
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 <library>unittestr <library>unittestc <implicit-dependency>unittestr + <implicit-dependency>unittestc <library>..//p2iceclient <library>../../ut//p2ut <library>../../xml//p2xml @@ -103,6 +104,7 @@ run <library>unittestr <library>unittestc <implicit-dependency>unittestr + <implicit-dependency>unittestc <library>..//p2icedaemon <library>../../ut//p2ut <library>../../xml//p2xml |