[cfe-commits] r52366 - in /cfe/trunk/test: Analysis-Apple/ Makefile
Ted Kremenek
kremenek at apple.com
Mon Jun 16 14:21:49 PDT 2008
Author: kremenek
Date: Mon Jun 16 16:21:48 2008
New Revision: 52366
URL: http://llvm.org/viewvc/llvm-project?rev=52366&view=rev
Log:
Remove Analysis-Apple.
Removed:
cfe/trunk/test/Analysis-Apple/
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=52366&r1=52365&r2=52366&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Mon Jun 16 16:21:48 2008
@@ -5,7 +5,7 @@
# Only run rewriter tests on darwin.
ifeq ($(OS),Darwin)
-TESTDIRS += Analysis-Apple
+TESTDIRS +=
endif
ifdef VERBOSE
More information about the cfe-commits
mailing list