1*699cd480SApple OSS Distributions // 2*699cd480SApple OSS Distributions // Test runner for all bounded_array tests. 3*699cd480SApple OSS Distributions // 4*699cd480SApple OSS Distributions 5*699cd480SApple OSS Distributions #include <darwintest.h> 6*699cd480SApple OSS Distributions 7*699cd480SApple OSS Distributions T_GLOBAL_META( 8*699cd480SApple OSS Distributions T_META_NAMESPACE("bounded_array"), 9*699cd480SApple OSS Distributions T_META_CHECK_LEAKS(false), 10*699cd480SApple OSS Distributions T_META_RUN_CONCURRENTLY(true) 11*699cd480SApple OSS Distributions ); 12