Checkin of autoconf-style object root.

Updated TestRunner tests so that they work correctly in a separate object root
directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2003-09-06 15:15:04 +00:00
parent ee29d2aa20
commit e3e7c474f2
19 changed files with 57 additions and 57 deletions

View File

@@ -5,9 +5,9 @@
; of the bug that was causing the Olden Health benchmark to output incorrect
; results!
;
; RUN: as < %s | opt -constprop | dis > Output/%s && \
; RUN: as < %s | dis | as | opt -constprop | dis > Output/%s2 && \
; RUN: diff Output/%s Output/%s2
; RUN: as < %s | opt -constprop | dis > s1 && \
; RUN: as < %s | dis | as | opt -constprop | dis > s2 && \
; RUN: diff s1 s2
implementation