summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-01-08 23:38:16 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-01-08 23:38:16 +0000
commit3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a (patch)
tree41c5e631a82cf203d3ab066ad24431ce5bb38251 /test/Jamfile.jam
parentMerge branch 'global-network' (diff)
downloadilt-3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a.tar.bz2
ilt-3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a.tar.xz
ilt-3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a.zip
Fix test-persistence dependencies
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 6f62056..4086e0c 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -48,7 +48,7 @@ run test-maths.cpp ;
run test-lib.cpp ;
run test-geoData.cpp : -- : fixtures/height/SD19.asc : <library>test ;
run test-network.cpp : : : <library>test ;
-run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree fixtures : *.json ] ] : <library>test ;
+run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/json : *.json ] ] : <library>test ;
run test-text.cpp : : : <library>test ;
run test-enumDetails.cpp ;
run test-render.cpp : -- : test-assetFactory : <library>test ;