summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-02-26 23:47:39 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-02-26 23:47:39 +0000
commitaa07f1bdd607a6dead9cdec59ff950f6e9a5c28c (patch)
treea54ddc944b7f9f93585e05bff17904bf996b26ac /test/Jamfile.jam
parentAdd helper for loading fixtures for data tests from fixture JSON (diff)
downloadilt-aa07f1bdd607a6dead9cdec59ff950f6e9a5c28c.tar.bz2
ilt-aa07f1bdd607a6dead9cdec59ff950f6e9a5c28c.tar.xz
ilt-aa07f1bdd607a6dead9cdec59ff950f6e9a5c28c.zip
Load terrain deform fixture data from JSON
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 733ef05..1b07b5a 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -46,7 +46,7 @@ lib test : [ glob *.cpp : test-*.cpp perf-*.cpp ] ;
run test-collection.cpp ;
run test-maths.cpp ;
run test-lib.cpp ;
-run test-geoData.cpp : -- : fixtures/height/SD19.asc : <library>test ;
+run test-geoData.cpp : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/geoData : *.json ] fixtures/height/SD19.asc ] : <library>test ;
run test-network.cpp : : : <library>test ;
run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/json : *.json ] ] : <library>test ;
run test-text.cpp : -- : test-glContainer : <library>test ;