diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-19 23:08:26 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-19 23:08:26 +0000 |
commit | e1c0ba6226225c026b35e67ec27647baaa64b2a8 (patch) | |
tree | d96ed9a64091e136540b1ca2bac94a4cad38bf43 /test | |
parent | Use halfedge for texture coordinates (diff) | |
download | ilt-e1c0ba6226225c026b35e67ec27647baaa64b2a8.tar.bz2 ilt-e1c0ba6226225c026b35e67ec27647baaa64b2a8.tar.xz ilt-e1c0ba6226225c026b35e67ec27647baaa64b2a8.zip |
Make perf tests depend on their functional equivalent
Diffstat (limited to 'test')
-rw-r--r-- | test/Jamfile.jam | 4 |
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 ; |