]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/kernel_uuid_match.c
xnu-6153.11.26.tar.gz
[apple/xnu.git] / tests / kernel_uuid_match.c
index f5f32d45b4b6f835edf7e1982b8c72fdfda2a753..29099bae662b3ae4bed0eae638f2da41a8e095cd 100644 (file)
 #include <mach-o/swap.h>
 #include <libkern/OSByteOrder.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 #define MAX_LEN 1024
 
-#if TARGET_OS_MAC && !TARGET_OS_EMBEDDED
+#if TARGET_OS_MAC && !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
        //running on macOS
        #define KERNEL_SEARCH_DIR "/System/Library/Kernels/*"
 #else