Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash.

The dejagnu-clean needs to be fixed to use find.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17555 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner
2004-11-07 04:59:52 +00:00
parent 1976abd4cc
commit 7a7cb4c99b
2 changed files with 31 additions and 0 deletions

View File

@@ -35,3 +35,6 @@ check ::
cd test; $(MAKE)
tools-only: all
check-dejagnu:
cd test; $(MAKE) check-dejagnu