]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[multiple changes]
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 16 Mar 2014 20:32:47 +0000 (20:32 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 16 Mar 2014 20:32:47 +0000 (20:32 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/scripts/create_testsuite_files

index 4d8959f2ad14962d08d7b9b594dfa47f6e4a54b7..a18f941ae829294378994732f38949c2a420dddd 100644 (file)
@@ -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.
index a427eef2db054df5aedd6f7d212d8b6b4534b21f..2686c87273d5c34678776e9c25f83b6536d6efc7 100755 (executable)
@@ -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