diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-19 01:09:56 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-19 01:09:56 +0000 |
commit | bd4dc62d8cc4f1bbfadf82a378e78a20630c597f (patch) | |
tree | 5724cad8e50950ba830c6c5c840bcf10668f65d6 /contrib/regression | |
parent | 1cfb751a0795f68351f6d6610e234f1dc599f0e7 (diff) | |
download | gcc-bd4dc62d8cc4f1bbfadf82a378e78a20630c597f.tar.gz |
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
g++.sum has moved to gcc/testsuite/g++/g++.sum.
objc.sum has moved to gcc/testsuite/objc/objc.sum.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/regression')
-rw-r--r-- | contrib/regression/ChangeLog | 6 | ||||
-rwxr-xr-x | contrib/regression/btest-gcc.sh | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index 62aa9ba1766..32a81dd7042 100644 --- a/contrib/regression/ChangeLog +++ b/contrib/regression/ChangeLog @@ -1,3 +1,9 @@ +2006-01-18 Andrew Pinski <pinskia@physics.uc.edu> + + * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum. + g++.sum has moved to gcc/testsuite/g++/g++.sum. + objc.sum has moved to gcc/testsuite/objc/objc.sum. + 2005-12-20 Geoffrey Keating <geoffk@apple.com> * btest-gcc.sh: Support -j option. diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh index bff069ac686..db8664cfd9d 100755 --- a/contrib/regression/btest-gcc.sh +++ b/contrib/regression/btest-gcc.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test GCC. -# Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -114,9 +114,9 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1` # TESTLOGS is the list of dejagnu .sum files that the tester should # look at. -TESTLOGS="gcc/testsuite/gcc.sum -gcc/testsuite/g++.sum -gcc/testsuite/objc.sum" +TESTLOGS="gcc/testsuite/gcc/gcc.sum +gcc/testsuite/g++/g++.sum +gcc/testsuite/objc/objc.sum" # Build. echo build > $RESULT |