Tweak makefile after moving
[oota-llvm.git] / test / CFrontend / Makefile
1 #              test/Regression/CFrontend/FrontendCrash/Makefile
2 #
3 # This directory contains regression tests for the GCC C frontend for LLVM.  
4 # These tests are C source files that are input to GCC and compiled to .ll
5 # files. After that, the files are assembled by the LLVM 'as' program to make
6 # sure GCC emitted something valid.  This is intended to catch crashers and bad
7 # output by GCC.
8 #
9 LEVEL = ../../../..
10 include $(LEVEL)/test/Makefile.tests
11
12 TESTS := $(wildcard *.c)
13
14 all:: $(addprefix Output/, $(TESTS:%.c=%.tbc))