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