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