Include Makefile.singlesrc in order to compile .c tests.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 22:02:37 +0000 (22:02 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 22:02:37 +0000 (22:02 +0000)
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

test/LLC/Makefile

index 41cd6de4c4339c8e493f10c089c327dd5d791925..2a3421eb379f93aa3d52a72f54719eb73f2ba794 100644 (file)
@@ -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))