This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, committed] fix testsuite


How about we actually _run_ the c++ tests hmm?

committed as obvious :)

-eric

-- 
Eric Christopher <echristo@redhat.com>

2004-04-14  Eric Christopher  <echristo@redhat.com>

	* g++.dg/charset/charset.exp: Run .cc extension tests.


Index: testsuite/g++.dg/charset/charset.exp
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/charset/charset.exp,v
retrieving revision 1.2
diff -u -p -w -r1.2 charset.exp
--- testsuite/g++.dg/charset/charset.exp        28 Feb 2004 00:28:54
-0000     1.2
+++ testsuite/g++.dg/charset/charset.exp        15 Apr 2004 01:36:42
-0000
@@ -37,7 +37,7 @@ if ![info exists DEFAULT_CHARSETCFLAGS]
 dg-init
  
 # Main loop.
-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{c,S} ]] \
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{c,cc,S} ]] \
         "" $DEFAULT_CHARSETCFLAGS
  
 # All done.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]