From ea9549ff10038f139e1ec4935b1af42a7499e155 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 2 Sep 2009 17:00:24 +0100 Subject: [PATCH] libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. * testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. Copy .h and .hpp files at more levels under util/ to remote host. From-SVN: r151336 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d2794258ea1c..dae73aef1e1f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2009-09-02 Joseph Myers + + * testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files + under util/ to remote host. Copy .h and .hpp files at more levels + under util/ to remote host. + 2009-09-02 Paolo Carlini * include/bits/stl_uninitialized.h diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index eb157770e150..dc67368a7d57 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -204,14 +204,23 @@ proc libstdc++_init { testfile } { # directory, and then add that to the search path. foreach src [glob "${srcdir}/util/*.h" \ "${srcdir}/util/*.cc" \ - "${srcdir}/util/*/*.hpp" \ + "${srcdir}/util/*.tcc" \ + "${srcdir}/util/*.hpp" \ + "${srcdir}/util/*/*.h" \ "${srcdir}/util/*/*.cc" \ + "${srcdir}/util/*/*.tcc" \ "${srcdir}/util/*/*.hpp" \ + "${srcdir}/util/*/*/*.h" \ "${srcdir}/util/*/*/*.cc" \ + "${srcdir}/util/*/*/*.tcc" \ "${srcdir}/util/*/*/*.hpp" \ + "${srcdir}/util/*/*/*/*.h" \ "${srcdir}/util/*/*/*/*.cc" \ + "${srcdir}/util/*/*/*/*.tcc" \ "${srcdir}/util/*/*/*/*.hpp" \ + "${srcdir}/util/*/*/*/*/*.h" \ "${srcdir}/util/*/*/*/*/*.cc" \ + "${srcdir}/util/*/*/*/*/*.tcc" \ "${srcdir}/util/*/*/*/*/*.hpp" ] { # Remove everything up to "util/..." set dst [string range $src [string length "${srcdir}/"] end] -- 2.47.3