From 3e3dc42dd950fe2c73f9450b7b6d2cb7ec2bf49a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 8 Jan 2024 23:38:16 +0000 Subject: Fix test-persistence dependencies --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : test ; run test-network.cpp : : : test ; -run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree fixtures : *.json ] ] : test ; +run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/json : *.json ] ] : test ; run test-text.cpp : : : test ; run test-enumDetails.cpp ; run test-render.cpp : -- : test-assetFactory : test ; -- cgit v1.2.3