From 0dc56840ffeed6aebca48d3438af8714f8aea11d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 17 Nov 2018 17:45:59 +0000 Subject: Test should depend on fixtures --- mythfs/unittests/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) 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 : BOOST_TEST_DYN_LINK ..//boost_system -- cgit v1.2.3