diff options
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r-- | mythfs/unittests/Jamfile.jam | 6 |
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 ; |