diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-14 17:07:40 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-14 17:07:40 +0100 |
commit | 7c2977ee4de2cfd967871a0927443f24361944b1 (patch) | |
tree | 2a50e1fd4814659a3e86f7422203434c9b6f7cab /test/Jamfile.jam | |
parent | Handle different mapmodes in basic shader (diff) | |
download | ilt-7c2977ee4de2cfd967871a0927443f24361944b1.tar.bz2 ilt-7c2977ee4de2cfd967871a0927443f24361944b1.tar.xz ilt-7c2977ee4de2cfd967871a0927443f24361944b1.zip |
Use asset factory models in test-render
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 482b388..d91af1d 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -52,11 +52,11 @@ run test-network.cpp ; run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree fixtures : *.json ] ] : <library>test ; run test-text.cpp ; run test-enumDetails.cpp ; -run test-render.cpp : : : <library>test ; +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 ] : <library>test ; -run perf-assetFactory.cpp : : : <library>benchmark <library>test <dependency>test-assetFactory ; -run perf-persistence.cpp : : : <library>benchmark <library>test <dependency>test-persistence ; +run perf-assetFactory.cpp : -- : test-assetFactory : <library>benchmark <library>test ; +run perf-persistence.cpp : -- : test-persistence : <library>benchmark <library>test ; run test-worker.cpp ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; |