llvm-6502/test/CFrontend/Makefile

15 lines
527 B
Makefile
Raw Normal View History

# 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
# files. After that, the files are assembled by the LLVM 'as' program to make
# sure GCC emitted something valid. This is intended to catch crashers and bad
# output by GCC.
#
LEVEL = ../../../..
include $(LEVEL)/test/Makefile.tests
TESTS := $(wildcard *.c)
all:: $(addprefix Output/, $(TESTS:%.c=%.tbc))