diff options
Diffstat (limited to 'contrib/regression/btest-gcc.sh')
-rwxr-xr-x | contrib/regression/btest-gcc.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh index 28985760d2b..a3d2bb39f56 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, 2006, 2009 +# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009, 2012 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -160,6 +160,10 @@ if [ -f $BUILD/$H_TARGET/libgomp/testsuite/libgomp.sum ] ; then TESTLOGS="$TESTLOGS $H_TARGET/libgomp/testsuite/libgomp.sum" fi +if [ -f $BUILD/$H_TARGET/libmudflap/testsuite/libmudflap.sum ] ; then + TESTLOGS="$TESTLOGS $H_TARGET/libmudflap/testsuite/libmudflap.sum" +fi + # Test the just-built GCC with the GDB testsuite. if [ -d $GDB_TESTSUITE ] ; then mkdir test-gdb || exit 1 |