X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/tests/bounded_array_ref.cpp?ds=inline diff --git a/tests/bounded_array_ref.cpp b/tests/bounded_array_ref.cpp new file mode 100644 index 000000000..5c6938d86 --- /dev/null +++ b/tests/bounded_array_ref.cpp @@ -0,0 +1,11 @@ +// +// Test runner for all bounded_array_ref tests. +// + +#include + +T_GLOBAL_META( + T_META_NAMESPACE("bounded_array_ref"), + T_META_CHECK_LEAKS(false), + T_META_RUN_CONCURRENTLY(true) + );