diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-20 19:34:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-20 19:34:51 +0000 |
commit | f2b6b0288bdad4a7d0d4d075a967ffd8ba07467f (patch) | |
tree | 00a6a4b884f5a12cf8559b2dedc3b72e5b8b3ec8 /test | |
parent | fce9d7002db96bc94e0a47ddb3c2e823cd2da605 (diff) | |
download | external_llvm-f2b6b0288bdad4a7d0d4d075a967ffd8ba07467f.zip external_llvm-f2b6b0288bdad4a7d0d4d075a967ffd8ba07467f.tar.gz external_llvm-f2b6b0288bdad4a7d0d4d075a967ffd8ba07467f.tar.bz2 |
Cleanup testsuite
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Linker/Makefile | 2 | ||||
-rw-r--r-- | test/Linker/testlink2.ll | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/test/Linker/Makefile b/test/Linker/Makefile index 3853e85..c18a877 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 5aacf1a..4e5d7d5 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 } |