diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-11-17 17:45:59 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-11-17 17:45:59 +0000 |
commit | 0dc56840ffeed6aebca48d3438af8714f8aea11d (patch) | |
tree | 25f52b785b7da1a2bd33f4dcdb354c3b809400f6 | |
parent | Update to new PluginMock interface (diff) | |
download | mythfs-0dc56840ffeed6aebca48d3438af8714f8aea11d.tar.bz2 mythfs-0dc56840ffeed6aebca48d3438af8714f8aea11d.tar.xz mythfs-0dc56840ffeed6aebca48d3438af8714f8aea11d.zip |
Test should depend on fixtures
-rw-r--r-- | mythfs/unittests/Jamfile.jam | 2 |
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 |