summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-11-17 17:45:59 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-11-17 17:45:59 +0000
commit0dc56840ffeed6aebca48d3438af8714f8aea11d (patch)
tree25f52b785b7da1a2bd33f4dcdb354c3b809400f6
parentUpdate to new PluginMock interface (diff)
downloadmythfs-0dc56840ffeed6aebca48d3438af8714f8aea11d.tar.bz2
mythfs-0dc56840ffeed6aebca48d3438af8714f8aea11d.tar.xz
mythfs-0dc56840ffeed6aebca48d3438af8714f8aea11d.zip
Test should depend on fixtures
-rw-r--r--mythfs/unittests/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam
index 033e2f8..54ea036 100644
--- a/mythfs/unittests/Jamfile.jam
+++ b/mythfs/unittests/Jamfile.jam
@@ -41,6 +41,8 @@ lib testCommon :
run
testMain.cpp
: :
+ fixtures/data.sql
+ fixtures/schema-min.sql
:
<define>BOOST_TEST_DYN_LINK
<library>..//boost_system