From 50d29c92782e486abd0d1f913bfdcd99eb9bfd14 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Aug 2002 16:10:24 +0000 Subject: [PATCH] Tweak makefile after moving git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3205 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CFrontend/Makefile b/test/CFrontend/Makefile index e853cc899a0..e134fc1f553 100644 --- a/test/CFrontend/Makefile +++ b/test/CFrontend/Makefile @@ -1,4 +1,4 @@ -# test/Regression/CFrontend/Makefile +# test/Regression/CFrontend/FrontendCrash/Makefile # # This directory contains regression tests for the GCC C frontend for LLVM. # These tests are C source files that are input to GCC and compiled to .ll @@ -6,7 +6,7 @@ # sure GCC emitted something valid. This is intended to catch crashers and bad # output by GCC. # -LEVEL = ../../.. +LEVEL = ../../../.. include $(LEVEL)/test/Makefile.tests TESTS := $(wildcard *.c) -- 2.34.1