Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions.
Added test case directory "Analysis-Apple" which is only run on Apple (darwin) machines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48844 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Makefile.parallel b/test/Makefile.parallel
index 0a3ef84..a88ff0e 100644
--- a/test/Makefile.parallel
+++ b/test/Makefile.parallel
@@ -5,7 +5,7 @@
# Only run rewriter tests on darwin.
ifeq ($(OS),Darwin)
-TESTDIRS += Rewriter
+TESTDIRS += Rewriter Analysis-Apple
endif
ifdef VERBOSE