New test case for long standing bug that was fixed
[oota-llvm.git] / test / CFrontend / Makefile
1 #                    test/Regression/CFrontend/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 # TODO: If the verify pass ever gets written, it should be run on the output.
10 #
11 LEVEL = ../../..
12 include $(LEVEL)/test/Makefile.tests
13
14 TESTS := $(wildcard *.c)
15
16 all:: $(addprefix Output/, $(TESTS:%.c=%.tbc))