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