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