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