diff options
-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 ; |