]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/scripts/create_testsuite_files
[multiple changes]
[thirdparty/gcc.git] / libstdc++-v3 / scripts / create_testsuite_files
index edb9e4a2ce88dfe05383ab285bf13b2786e6c94e..f4a0bcd80e0d5eb2d1f0410de48a5c51cf93b241 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"
+dlist="$dlist abi backward ext performance tr1 decimal"
 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