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