aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Collapse)AuthorAgeFilesLines
* Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner2006-03-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26623 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding timeout for a test.Tanya Lattner2004-11-301-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18372 91177308-0d34-0410-b5e6-96231b3b80d8
* Forgot to join srcdir and subdir for complete path for input files.Tanya Lattner2004-11-191-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18022 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding srcdir arg. Added ability to specify the path to an input file. This ↵Tanya Lattner2004-11-191-5/+10
| | | | | | is needed for when srcdir != objdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18021 91177308-0d34-0410-b5e6-96231b3b80d8
* setting path to prcontext.tcl script. Right now it searches for tclsh in ↵Tanya Lattner2004-11-131-1/+1
| | | | | | your path, but this should be obtained from configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17720 91177308-0d34-0410-b5e6-96231b3b80d8
* Run prcontext.tcl with tclsh and let it be found in the path. This should be ↵Tanya Lattner2004-11-131-1/+1
| | | | | | found by configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17713 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed to use tcl script.Tanya Lattner2004-11-131-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17711 91177308-0d34-0410-b5e6-96231b3b80d8
* Now using path to python found by configure.Tanya Lattner2004-11-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17610 91177308-0d34-0410-b5e6-96231b3b80d8
* More srcdir != objdir changes.Tanya Lattner2004-11-071-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17596 91177308-0d34-0410-b5e6-96231b3b80d8
* Made changes to support objdir!=srcdir.Tanya Lattner2004-11-071-4/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17590 91177308-0d34-0410-b5e6-96231b3b80d8
* With the changes to these files, the Regression test suite should be tested ↵Tanya Lattner2004-11-071-3/+13
| | | | | | | | | by dejagnu without anyproblem. Some variables could be made global. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17557 91177308-0d34-0410-b5e6-96231b3b80d8
* First crack at support to run tests using dejagnu. This file contains a ↵Tanya Lattner2004-11-061-0/+103
procedure to run a test like TestRunner.sh does. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17521 91177308-0d34-0410-b5e6-96231b3b80d8