This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: RFC: run tests on installed compiler


Benjamin Kosnik wrote:
Here is a patch to restore the previous behavior.

Please apply: I'm back in business!

Done.


I'll get back to your other parts tomorrow, ok?

Sure.


As a compromise, I would like to remove the automatic generation of testsuite_files by default in the Makefile.

Yes, absolutely: this is as I originally proposed. Please just check this in as well.

Attached patch tested on x86_64-unknown-linux-gnu, and applied to mainline.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304
2005-03-23  Mark Mitchell  <mark@codesourcery.com>

	* testsuite/Makefile.am (all-local): Do not build testsuite_files.
	* testsuite/Makefile.in: Regenerated. 

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/Makefile.am,v
retrieving revision 1.42
diff -c -5 -p -r1.42 Makefile.am
*** Makefile.am	2 Feb 2005 19:15:06 -0000	1.42
--- Makefile.am	24 Mar 2005 06:50:41 -0000
*************** else
*** 56,66 ****
  noinst_PROGRAMS =
  endif
  abi_check_SOURCES = abi_check.cc
  abi_check_DEPENDENCIES = libv3test.a
  
! all-local: stamp_wchar stamp_thread testsuite_files
  
  # Enable wchar_t tests if capable.
  if GLIBCXX_TEST_WCHAR_T
  stamp_wchar:
  	touch testsuite_wchar_t
--- 56,66 ----
  noinst_PROGRAMS =
  endif
  abi_check_SOURCES = abi_check.cc
  abi_check_DEPENDENCIES = libv3test.a
  
! all-local: stamp_wchar stamp_thread
  
  # Enable wchar_t tests if capable.
  if GLIBCXX_TEST_WCHAR_T
  stamp_wchar:
  	touch testsuite_wchar_t

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