summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-11-02 20:34:02 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-11-02 20:34:02 +0000
commit4f66e69de7dc327cc8bd285e2d16df21f55afbdc (patch)
treecb829d5065c546ee196541c31de657b6bfe8d8c5 /test/Jamfile.jam
parentMake PointFace harder to misuse (diff)
downloadilt-4f66e69de7dc327cc8bd285e2d16df21f55afbdc.tar.bz2
ilt-4f66e69de7dc327cc8bd285e2d16df21f55afbdc.tar.xz
ilt-4f66e69de7dc327cc8bd285e2d16df21f55afbdc.zip
Add test-terrain dependency on sample height data
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 7fa7bfc..d88a238 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -60,7 +60,7 @@ run test-worker.cpp ;
run test-instancing.cpp : : : <library>test ;
run test-glContainer.cpp : : : <library>test ;
run test-pack.cpp : : : <library>test ;
-run test-terrain.cpp : : : <library>test <library>..//OpenMeshCore ;
+run test-terrain.cpp : -- : fixtures/height/SD19.asc : <library>test <library>..//OpenMeshCore ;
run perf-terrain.cpp : : : <library>test <library>..//OpenMeshCore <library>benchmark ;
compile test-static-enumDetails.cpp ;
compile test-static-stream_support.cpp ;