summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-03-19 23:08:26 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-03-19 23:08:26 +0000
commite1c0ba6226225c026b35e67ec27647baaa64b2a8 (patch)
treed96ed9a64091e136540b1ca2bac94a4cad38bf43 /test/Jamfile.jam
parentUse halfedge for texture coordinates (diff)
downloadilt-e1c0ba6226225c026b35e67ec27647baaa64b2a8.tar.bz2
ilt-e1c0ba6226225c026b35e67ec27647baaa64b2a8.tar.xz
ilt-e1c0ba6226225c026b35e67ec27647baaa64b2a8.zip
Make perf tests depend on their functional equivalent
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index e38a80e..bf1c408 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -55,8 +55,8 @@ run test-enumDetails.cpp ;
run test-render.cpp : : : <library>test ;
run test-glContextBhvr.cpp ;
run test-assetFactory.cpp : -- : [ sequence.insertion-sort [ glob-tree $(res) : *.xml *.png ] fixtures/rgb.txt ] : <library>test ;
-run perf-assetFactory.cpp : : : <library>benchmark <library>test ;
-run perf-persistence.cpp : : : <library>benchmark <library>test ;
+run perf-assetFactory.cpp : : : <library>benchmark <library>test <dependency>test-assetFactory ;
+run perf-persistence.cpp : : : <library>benchmark <library>test <dependency>test-persistence ;
compile test-static-enumDetails.cpp ;
compile test-static-stream_support.cpp ;
explicit perf-assetFactory ;