From 11f2dfefc9e0bb778cc7de43568852e1366379dc Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 14 Jul 2007 09:37:10 +0000 Subject: [PATCH] Add missing directory git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39853 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 4a2907b44c..fc759fa5ed 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,3 @@ all: - find CodeGen Lexer Preprocessor Parser \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \; + find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;