This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
check-abi test results not in test summary
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 25 Jun 2003 08:47:58 +0200
- Subject: check-abi test results not in test summary
The check-abi target does not write it's results to a .sum file,
which contrib/test_summary can include. Should the test results be
appended to the libstdc++-v3.sum file, or should a new check-abi.sum
file be used, which is read by the test_summary script?
Matthias