From: Vikram S. Adve Date: Wed, 10 Jul 2002 22:02:37 +0000 (+0000) Subject: Include Makefile.singlesrc in order to compile .c tests. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=11aedfffceaaf7d5602e1713ba4f433d337e54f7;p=oota-llvm.git Include Makefile.singlesrc in order to compile .c tests. Some of these are not regression tests and this directory needs to be reorganized, but the tests are important. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2866 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/LLC/Makefile b/test/LLC/Makefile index 41cd6de4c43..2a3421eb379 100644 --- a/test/LLC/Makefile +++ b/test/LLC/Makefile @@ -3,9 +3,9 @@ # This directory contains regression tests for the LLVM sparc backend. # LEVEL = ../../.. -include $(LEVEL)/test/Makefile.tests +include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc -TESTS := $(wildcard *.ll) +TESTS := $(wildcard *.ll) $(wildcard *.c) all:: $(addprefix Output/, $(TESTS:%.ll=%.ts))