summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit46e663c6f23cecbd480027218f92f1f47bcc2a9b (patch)
treed0566fdfdddf8e10ac116b0a49c1d1f5f2e18bbf /llvm
parent282390aaa08fd09b9b2ba1cd5c1273730023dffb (diff)
downloadbcm5719-llvm-46e663c6f23cecbd480027218f92f1f47bcc2a9b.tar.gz
bcm5719-llvm-46e663c6f23cecbd480027218f92f1f47bcc2a9b.zip
Rename Makefile.target to Makefile.tests.
Make all a :: target. llvm-svn: 1488
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 95b146e77fe..67fdee0e13f 100644
--- a/llvm/test/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud