From da6b8b00f742249138077ce9bcd92d8fd4f48ef8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 13 Jan 2024 14:35:39 +0000 Subject: Use std::span for iterator/data pointer in glContainer --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 4086e0c..c109051 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -58,7 +58,7 @@ run perf-assetFactory.cpp : -- : test-assetFactory : benchmark test benchmark ; run perf-persistence.cpp : -- : test-persistence : benchmark test ; run test-worker.cpp ; -run test-instancing.cpp : : : test ; +run test-instancing.cpp : -- : test-glContainer : test ; run test-glContainer.cpp : : : test ; run test-pack.cpp : : : test ; compile test-static-enumDetails.cpp ; -- cgit v1.2.3