diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-01 18:14:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-01 18:14:49 +0100 |
commit | a6457aea04d1705f5b03f9c9e628bebbefdcf64c (patch) | |
tree | 8c944e698d8e1691561186ea18b9024e65225739 /test/Jamfile.jam | |
parent | Add method to get GL buffer name of glContainer (diff) | |
download | ilt-a6457aea04d1705f5b03f9c9e628bebbefdcf64c.tar.bz2 ilt-a6457aea04d1705f5b03f9c9e628bebbefdcf64c.tar.xz ilt-a6457aea04d1705f5b03f9c9e628bebbefdcf64c.zip |
Add the pack container
Keeps its elements densely packed together without any interest in order
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index fb9a996..3b4e891 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -59,6 +59,7 @@ run perf-persistence.cpp : -- : test-persistence : <library>benchmark <library>t run test-worker.cpp ; run test-instancing.cpp : : : <library>test ; run test-glContainer.cpp : : : <library>test ; +run test-pack.cpp : : : <library>test ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; explicit perf-assetFactory ; |