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