aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-12-15 01:04:39 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-12-15 01:04:39 +0000
commit1b654bd347f74845681f26bd54e081442256dfb7 (patch)
tree089ae960cebe070ec6dc16e82dcf13bb61213ad4 /test
parent15784de2e7ecd4c89b1274719f42b6faadc7150a (diff)
downloadexternal_llvm-1b654bd347f74845681f26bd54e081442256dfb7.zip
external_llvm-1b654bd347f74845681f26bd54e081442256dfb7.tar.gz
external_llvm-1b654bd347f74845681f26bd54e081442256dfb7.tar.bz2
Rename Makefile.target to Makefile.tests.
Make all a :: target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 95b146e..67fdee0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,7 +6,7 @@ TESTS := $(wildcard *.ll)
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest | grep -v alloca | grep -v memory )
-test all : testasmdis testopt testsparc
+test all :: testasmdis testopt testsparc
@echo "All tests successfully completed!"
testasmdis : $(TESTS:%.ll=%.ll.asmdis)
@@ -34,4 +34,4 @@ testsparc : $(LLCTESTS:%.ll=%.s)
## Rules for compiling %.ll, %.bc, %.s files and
## for building native SPARC executables.
##
-include Makefile.target
+include Makefile.tests