]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/bounded_array_ref.cpp
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / tests / bounded_array_ref.cpp
diff --git a/tests/bounded_array_ref.cpp b/tests/bounded_array_ref.cpp
new file mode 100644 (file)
index 0000000..5c6938d
--- /dev/null
@@ -0,0 +1,11 @@
+//
+// Test runner for all bounded_array_ref tests.
+//
+
+#include <darwintest.h>
+
+T_GLOBAL_META(
+       T_META_NAMESPACE("bounded_array_ref"),
+       T_META_CHECK_LEAKS(false),
+       T_META_RUN_CONCURRENTLY(true)
+       );