mirror of
https://github.com/darlinghq/darling-Libnotify.git
synced 2024-11-23 04:09:49 +00:00
7 lines
144 B
C
7 lines
144 B
C
#include <darwintest_utils.h>
|
|
|
|
T_DECL(notify_leaks, "checks for leaks in notifyd", T_META_ASROOT(true))
|
|
{
|
|
dt_check_leaks_by_name("notifyd");
|
|
}
|