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