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