summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-07-05 02:06:55 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-07-05 02:06:55 +0100
commit97fe4b6b2d6ada8066821594543bea38b564fb93 (patch)
treef46619f2667ad16ff1653f3e6566069a3d6a6a7c /test/Jamfile.jam
parentRe-add testHelpers.h (diff)
downloadilt-97fe4b6b2d6ada8066821594543bea38b564fb93.tar.bz2
ilt-97fe4b6b2d6ada8066821594543bea38b564fb93.tar.xz
ilt-97fe4b6b2d6ada8066821594543bea38b564fb93.zip
Fix up perf tests in light of window management changes
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 1266854..0b830a8 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -55,8 +55,8 @@ run test-enumDetails.cpp ;
run test-render.cpp : -- : test-assetFactory : <library>test ;
run test-glContextBhvr.cpp ;
run test-assetFactory.cpp : -- : [ sequence.insertion-sort [ glob-tree $(res) : *.* ] fixtures/rgb.txt test-instancing ] : <library>test ;
-run perf-assetFactory.cpp : <\ : test-assetFactory : <library>benchmark <library>test ;
-run perf-geoData.cpp : : : <library>test <library>benchmark ;
+run perf-assetFactory.cpp : \< : test-assetFactory : <library>benchmark <library>test ;
+run perf-geoData.cpp : \< : test-geoData : <library>test <library>benchmark ;
run perf-persistence.cpp : \< : test-persistence : <library>benchmark <library>test ;
run test-worker.cpp ;
run test-instancing.cpp : -- : test-glContainer : <library>test ;
@@ -67,7 +67,7 @@ compile test-static-enumDetails.cpp ;
compile test-static-stream_support.cpp ;
explicit perf-assetFactory ;
explicit perf-persistence ;
-explicit perf-terrain ;
+explicit perf-geoData ;
explicit perf-instancing ;
-alias perf : perf-assetFactory perf-persistence perf-terrain ;
+alias perf : perf-assetFactory perf-persistence perf-geoData perf-instancing ;
explicit perf ;