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