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