diff options
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r-- | mythfs/unittests/Jamfile.jam | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam index 8ae546c..af84969 100644 --- a/mythfs/unittests/Jamfile.jam +++ b/mythfs/unittests/Jamfile.jam @@ -26,6 +26,8 @@ lib testCommon : <library>..//IceBox <library>..//pthread <library>dryice + <library>../service//mythfs + <implicit-dependency>../service//mythfs : : <library>dryice <library>..//dbppcore @@ -34,6 +36,8 @@ lib testCommon : <library>..//Ice <library>..//IceBox <library>..//pthread + <library>../service//mythfs + <implicit-dependency>../service//mythfs ; run @@ -41,7 +45,6 @@ run : : : <define>BOOST_TEST_DYN_LINK - <library>../service//mythfs <library>..//boost_system <library>..//boost_filesystem <library>testCommon |