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