summaryrefslogtreecommitdiff
path: root/mythfs/unittests/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-03 21:07:54 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-03 21:10:17 +0000
commit3fe36471d77d1c4be2a8432cf3a2d4a3f2042f19 (patch)
tree84aee88d3a94fd8795554aa97478fc70e91f9722 /mythfs/unittests/Jamfile.jam
parentSwap out double quotes for single (diff)
downloadmythfs-3fe36471d77d1c4be2a8432cf3a2d4a3f2042f19.tar.bz2
mythfs-3fe36471d77d1c4be2a8432cf3a2d4a3f2042f19.tar.xz
mythfs-3fe36471d77d1c4be2a8432cf3a2d4a3f2042f19.zip
Update test fixtures
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r--mythfs/unittests/Jamfile.jam6
1 files changed, 0 insertions, 6 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam
index 54ea036..2272766 100644
--- a/mythfs/unittests/Jamfile.jam
+++ b/mythfs/unittests/Jamfile.jam
@@ -6,11 +6,6 @@ lib dryice : : : : <include>/usr/include/icetray ;
path-constant me : . ;
-alias test-data :
- [ glob-tree *.dat ]
- fixtures/schema.sql
- ;
-
lib testCommon :
mockDefs.cpp
:
@@ -49,7 +44,6 @@ run
<library>..//boost_filesystem
<library>testCommon
<library>boost_utf
- <dependency>test-data
<define>ROOT=\"$(me)\"
: testMain ;