aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2014-03-16 20:32:47 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2014-03-16 20:32:47 +0000
commit86faf710c7f5cd216e284e37957b7ae44beab5dd (patch)
tree021ba3662594afb923c9655d5649c64e0763e850
parentab684dae8e9c42deaa996c3ff35f431e2598d180 (diff)
downloadgcc-86faf710c7f5cd216e284e37957b7ae44beab5dd.zip
gcc-86faf710c7f5cd216e284e37957b7ae44beab5dd.tar.gz
gcc-86faf710c7f5cd216e284e37957b7ae44beab5dd.tar.bz2
[multiple changes]
2014-03-16 François Dumont <fdumont@gcc.gnu.org> Complete: 2014-01-20 François Dumont <fdumont@gcc.gnu.org> * scripts/create_testsuite_files: Add testsuite/experimental in the list of folders to search for tests. From-SVN: r208606
-rw-r--r--libstdc++-v3/ChangeLog5
-rwxr-xr-xlibstdc++-v3/scripts/create_testsuite_files2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4d8959f..a18f941 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-16 François Dumont <fdumont@gcc.gnu.org>
+
+ * scripts/create_testsuite_files: Add testsuite/experimental in
+ the list of folders to search for tests.
+
2014-03-15 Andreas Schwab <schwab@linux-m68k.org>
* config/abi/post/m68k-linux-gnu/baseline_symbols.txt: New file.
diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files
index a427eef..2686c87 100755
--- a/libstdc++-v3/scripts/create_testsuite_files
+++ b/libstdc++-v3/scripts/create_testsuite_files
@@ -32,7 +32,7 @@ cd $srcdir
# This is the ugly version of "everything but the current directory". It's
# what has to happen when find(1) doesn't support -mindepth, or -xtype.
dlist=`echo [0-9][0-9]*`
-dlist="$dlist abi backward ext performance tr1 tr2 decimal"
+dlist="$dlist abi backward ext performance tr1 tr2 decimal experimental"
find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
cat $tmp.01 $tmp.02 | sort > $tmp.1