This adds a simple testcase for MainThreadCheckerRuntime. The tool (Main Thread Checker) is only available on Darwin, so the test also detects the presence of libMainThreadChecker.dylib and is skipped if the tool is not available. llvm-svn: 307170
7 lines
146 B
Makefile
7 lines
146 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation -framework AppKit
|
|
|
|
include $(LEVEL)/Makefile.rules
|