diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-24 04:58:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-24 04:58:10 +0000 |
commit | e16e5330de6738dbf76864dba0bbebafe108a614 (patch) | |
tree | ee282227211bdea2abc4837115d3b22b1cfd49d7 /mythfs/unittests/Jamfile.jam | |
parent | Initial WIP commit of MythFS (diff) | |
download | mythfs-e16e5330de6738dbf76864dba0bbebafe108a614.tar.bz2 mythfs-e16e5330de6738dbf76864dba0bbebafe108a614.tar.xz mythfs-e16e5330de6738dbf76864dba0bbebafe108a614.zip |
Add service and models for reading from database
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 |