From: Ted Kremenek Date: Mon, 16 Jun 2008 21:21:48 +0000 (+0000) Subject: Remove Analysis-Apple. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd536bfa8bbbc679413f46f71eb53ad9329a6303;p=clang Remove Analysis-Apple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52366 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 039f150c09..8770db1ff8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization Rewrite # Only run rewriter tests on darwin. ifeq ($(OS),Darwin) -TESTDIRS += Analysis-Apple +TESTDIRS += endif ifdef VERBOSE