diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-10 14:35:56 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-10 14:35:56 +0100 |
commit | 48a891316490fd8bc8574aafbd390eb96011ee40 (patch) | |
tree | f1c55aeb92250d7907e784354a7f44df8f52cdee /test/Jamfile.jam | |
parent | Add operator* helper specialised for std::span (diff) | |
download | ilt-48a891316490fd8bc8574aafbd390eb96011ee40.tar.bz2 ilt-48a891316490fd8bc8574aafbd390eb96011ee40.tar.xz ilt-48a891316490fd8bc8574aafbd390eb96011ee40.zip |
test-assetFactory depends on all resource files
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index bf1c408..390880d 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -54,7 +54,7 @@ run test-text.cpp ; 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 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 ; compile test-static-enumDetails.cpp ; |