diff options
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index e5781e1..e178573 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -55,6 +55,10 @@ run test-render.cpp : : : <library>test ; run test-glContextBhvr.cpp ; run test-assetFactory.cpp : -- : ../res/brush47.xml : <library>test ; run perf-assetFactory.cpp : : : <library>benchmark <library>test ; +run perf-persistence.cpp : : : <library>benchmark <library>test ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; explicit perf-assetFactory ; +explicit perf-persistence ; +alias perf : perf-assetFactory perf-persistence ; +explicit perf ; |