xref: /xnu-12377.81.4/tests/cxx_safe_buffers.cpp (revision 043036a2b3718f7f0be807e2870f8f47d3fa0796)
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