xref: /xnu-11417.140.69/tests/cxx_safe_buffers.cpp (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
1*43a90889SApple OSS Distributions //
2*43a90889SApple OSS Distributions // Test runner for all `cxx_safe_buffers` tests.
3*43a90889SApple OSS Distributions //
4*43a90889SApple OSS Distributions 
5*43a90889SApple OSS Distributions #include <darwintest.h>
6*43a90889SApple OSS Distributions 
7*43a90889SApple OSS Distributions T_GLOBAL_META(
8*43a90889SApple OSS Distributions 	T_META_NAMESPACE("cxx_safe_buffers"),
9*43a90889SApple OSS Distributions 	T_META_CHECK_LEAKS(true),
10*43a90889SApple OSS Distributions 	T_META_RUN_CONCURRENTLY(true)
11*43a90889SApple OSS Distributions 	);
12