xref: /xnu-11215.61.5/tests/safe_allocation.cpp (revision 4f1223e81cd707a65cc109d0b8ad6653699da3c4)
1*4f1223e8SApple OSS Distributions //
2*4f1223e8SApple OSS Distributions // Test runner for all `safe_allocation` 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("safe_allocation"),
9*4f1223e8SApple OSS Distributions 	T_META_CHECK_LEAKS(false),
10*4f1223e8SApple OSS Distributions 	T_META_RUN_CONCURRENTLY(true)
11*4f1223e8SApple OSS Distributions 	);
12