diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-24 11:37:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-24 11:37:49 +0100 |
commit | fdc0fb3ee34db17ef1aeae8bd89a58f693ee84ea (patch) | |
tree | ffb4c165ea233bac118ad595045f7a95d02c8ceb | |
parent | Fix up behaviour of table based SI parsers to stop only when they have receiv... (diff) | |
download | p2pvr-fdc0fb3ee34db17ef1aeae8bd89a58f693ee84ea.tar.bz2 p2pvr-fdc0fb3ee34db17ef1aeae8bd89a58f693ee84ea.tar.xz p2pvr-fdc0fb3ee34db17ef1aeae8bd89a58f693ee84ea.zip |
Add missing link dependencies for tests
-rw-r--r-- | p2pvr/daemon/unittests/Jamfile.jam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p2pvr/daemon/unittests/Jamfile.jam b/p2pvr/daemon/unittests/Jamfile.jam index 2ea4691..4426646 100644 --- a/p2pvr/daemon/unittests/Jamfile.jam +++ b/p2pvr/daemon/unittests/Jamfile.jam @@ -61,6 +61,9 @@ lib testCommon : <library>boost_filesystem <library>../..//boost_utf <library>../../devices//p2pvrMockTuner + <library>../../devices//mockdata + <library>../../devices//p2pvrdevices + <library>../../../libtmdb//tmdb <library>..//p2pvrdaemon <dependency>test-data ; |