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