safe_allocation.cpp   [plain text]


//
// Test runner for all `safe_allocation` tests.
//

#include <darwintest.h>

T_GLOBAL_META(
	T_META_NAMESPACE("safe_allocation"),
	T_META_CHECK_LEAKS(false),
	T_META_RUN_CONCURRENTLY(true)
	);