X-Git-Url: https://git.saurik.com/apple/libpthread.git/blobdiff_plain/c1f56ec94c29e576da2d6d7164bee1bdb2f02471..HEAD:/tests/Makefile?ds=sidebyside diff --git a/tests/Makefile b/tests/Makefile index 1988e63..f898cf7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -55,8 +55,11 @@ TARGETS += setrlimit_sigsegv TARGETS += wq_limits TARGETS += add_timer_termination TARGETS += perf_contended_mutex_rwlock + +ifeq ($(PLATFORM),MacOSX) TARGETS += pthread_jit_write_protection pthread_jit_write_protection: CODE_SIGN_ENTITLEMENTS=pthread_jit_write_protection-entitlements.plist +endif # this should be CUSTOM_TARGETS, see "Compatibility defines" in Makefile.targets OTHER_TARGETS := stackoverflow_crash