diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-08 23:38:16 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-08 23:38:16 +0000 |
commit | 3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a (patch) | |
tree | 41c5e631a82cf203d3ab066ad24431ce5bb38251 | |
parent | Merge branch 'global-network' (diff) | |
download | ilt-3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a.tar.bz2 ilt-3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a.tar.xz ilt-3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a.zip |
Fix test-persistence dependencies
-rw-r--r-- | test/Jamfile.jam | 2 |
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 ; |