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
This commit is contained in:
parent
4cd533a7c7
commit
d903b2a134
@ -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.
|
||||
|
@ -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) \
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user