Commit d903b2a1 by Rainer Orth Committed by Rainer Orth

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
parent 4cd533a7
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> 2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>): Add. * include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>): Add.
......
...@@ -138,7 +138,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp ...@@ -138,7 +138,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
$(RUNTESTFLAGS) abi.exp; \ $(RUNTESTFLAGS) abi.exp; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\ else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi; \ fi; \
dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [abep]*/*`";; \ dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \
normal1) \ normal1) \
dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \ dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \
normal2) \ normal2) \
......
...@@ -595,7 +595,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp ...@@ -595,7 +595,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
$(RUNTESTFLAGS) abi.exp; \ $(RUNTESTFLAGS) abi.exp; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\ else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi; \ fi; \
dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [abep]*/*`";; \ dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \
normal1) \ normal1) \
dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \ dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \
normal2) \ normal2) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment