From: Chris Lattner Date: Tue, 20 Aug 2002 19:34:51 +0000 (+0000) Subject: Cleanup testsuite X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f2b6b0288bdad4a7d0d4d075a967ffd8ba07467f;p=oota-llvm.git Cleanup testsuite git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3411 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Linker/Makefile b/test/Linker/Makefile index 3853e85983a..c18a877beed 100644 --- a/test/Linker/Makefile +++ b/test/Linker/Makefile @@ -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) $< diff --git a/test/Linker/testlink2.ll b/test/Linker/testlink2.ll index 5aacf1a95b2..4e5d7d560b4 100644 --- a/test/Linker/testlink2.ll +++ b/test/Linker/testlink2.ll @@ -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 }