mirror of
https://github.com/darlinghq/darling-xnu.git
synced 2024-11-23 12:39:55 +00:00
12 lines
190 B
C++
12 lines
190 B
C++
//
|
|
// Test runner for all bounded_array tests.
|
|
//
|
|
|
|
#include <darwintest.h>
|
|
|
|
T_GLOBAL_META(
|
|
T_META_NAMESPACE("bounded_array"),
|
|
T_META_CHECK_LEAKS(false),
|
|
T_META_RUN_CONCURRENTLY(true)
|
|
);
|