Tweak makefile after moving

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-02 16:10:24 +00:00
parent 5315599b9c
commit 50d29c9278

View File

@ -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)