Cleanup testsuite

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-20 19:34:51 +00:00
parent fce9d7002d
commit f2b6b0288b
2 changed files with 4 additions and 1 deletions

View File

@ -5,5 +5,5 @@ TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LOPT)
Output/%.ll.out: %.ll Output/.dir $(LLINK)
-$(TESTRUNR) $<

View File

@ -1,3 +1,6 @@
; This file is used by testlink1.ll, so it doesn't actually do anything itself
;
; RUN: echo
%MyVar = global int 4
%MyIntList = uninitialized global { \2 *, int }