diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-03-02 21:46:23 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-03-02 21:46:23 +0000 |
commit | d903b2a134a3a58bb5e36dba31eaa5659302ec55 (patch) | |
tree | 553c3cb5eb606b2f6ada3cd4c32284ecaa41dbc7 | |
parent | 4cd533a7c73a0813a39b41147c9fe771fd65fd28 (diff) | |
download | gcc-d903b2a134a3a58bb5e36dba31eaa5659302ec55.zip gcc-d903b2a134a3a58bb5e36dba31eaa5659302ec55.tar.gz gcc-d903b2a134a3a58bb5e36dba31eaa5659302ec55.tar.bz2 |
Makefile.am (check-DEJAGNU): Include de* in normal0 dirs.
* testsuite/Makefile.am (check-DEJAGNU): Include de* in normal0
dirs.
* testsuite/Makefile.in: Regenerate.
From-SVN: r157177
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b1f673c..61ebd9a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/Makefile.am (check-DEJAGNU): Include de* in normal0 + dirs. + * testsuite/Makefile.in: Regenerate. + 2010-03-02 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>): Add. diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index c81db8c..f13f51d 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -138,7 +138,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp $(RUNTESTFLAGS) abi.exp; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi; \ - dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [abep]*/*`";; \ + dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \ normal1) \ dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \ normal2) \ diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in index 355691d..233a654 100644 --- a/libstdc++-v3/testsuite/Makefile.in +++ b/libstdc++-v3/testsuite/Makefile.in @@ -595,7 +595,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp $(RUNTESTFLAGS) abi.exp; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi; \ - dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [abep]*/*`";; \ + dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \ normal1) \ dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \ normal2) \ |