summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-07 04:59:52 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-07 04:59:52 +0000
commit7a7cb4c99b9021e8faeb9bba5c16f8a7e8edaf08 (patch)
tree8664fc1a5e2e58fe51999e7bbc526d3d997a7df0 /Makefile
parent1976abd4cc1eb75d6e61e4e7945a6dc38085fe5a (diff)
downloadllvm-7a7cb4c99b9021e8faeb9bba5c16f8a7e8edaf08.tar.gz
llvm-7a7cb4c99b9021e8faeb9bba5c16f8a7e8edaf08.tar.bz2
llvm-7a7cb4c99b9021e8faeb9bba5c16f8a7e8edaf08.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1459a97a3..f2dd759c09 100644
--- a/Makefile
+++ b/Makefile
@@ -35,3 +35,6 @@ check ::
cd test; $(MAKE)
tools-only: all
+
+check-dejagnu:
+ cd test; $(MAKE) check-dejagnu \ No newline at end of file