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:
Rainer Orth 2010-03-02 21:46:23 +00:00 committed by Rainer Orth
parent 4cd533a7c7
commit d903b2a134
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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) \

View File

@ -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) \