diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-02-09 12:44:20 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-02-09 12:44:20 +0000 |
commit | ece082232fd0020fd63b5cc4a5a33eb36e3a3d9a (patch) | |
tree | 878b827886b051a505fb2007f2a03bda451407b8 /test/Jamfile.jam | |
parent | Improve logging and fault detection during mesh mutation (diff) | |
download | ilt-ece082232fd0020fd63b5cc4a5a33eb36e3a3d9a.tar.bz2 ilt-ece082232fd0020fd63b5cc4a5a33eb36e3a3d9a.tar.xz ilt-ece082232fd0020fd63b5cc4a5a33eb36e3a3d9a.zip |
Add tests which explicit count verts/edges/faces after terrain mesh modification
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 3ab4c4c..c5c49d2 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -47,7 +47,7 @@ lib test : [ glob *.cpp : test-*.cpp perf-*.cpp ] ; run test-collection.cpp ; run test-maths.cpp ; run test-lib.cpp ; -run test-geoData.cpp : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/geoData : *.json ] fixtures/height/SD19.asc ] : <library>test ; +run [ glob test-geoData*.cpp ] : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/geoData : *.json ] fixtures/height/SD19.asc ] : <library>test ; run test-network.cpp : : : <library>test ; run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob-tree $(fixtures)/json : *.json ] ] : <library>test ; run test-text.cpp : -- : test-glContainer : <library>test ; |