Cleanup testsuite

llvm-svn: 3411
This commit is contained in:
Chris Lattner 2002-08-20 19:34:51 +00:00
parent c41cf2b422
commit a2d5b4d68c
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 }