Commit Graph

15 Commits

Author SHA1 Message Date
Laurent Rineau 679f5a4e26 Correct quotation of the script.
Remove another -q.
2008-08-22 10:15:04 +00:00
Laurent Rineau 254d6856bf Attempt to debug the "grep" situation on Solaris. 2008-08-22 10:04:05 +00:00
Laurent Rineau d3142b98c5 Attempt to fix the "grep problem" on Solaris. The script needs a POSIX
grep. On Solaris, POSIX tools are not in default PATH, for backward
compatibility with old versions of Solaris. Use getconf (a standard POSIX
tool) to find the POSIX path, then the POSIX grep.

That will probably need to be merged in
collect_cgal_testresults_with_cmake, if Michael Hoffmann switch to cmake.
2008-07-30 09:50:52 +00:00
Laurent Rineau 540b56f71d - Remove one uneeded "eval", and use "grep -q" instead of "grep >
/dev/null"
- Search "warning" also in "ErrorOutput_*", to detect runtime warnings.
2008-07-29 12:28:38 +00:00
Laurent Rineau 7b23151bc4 Improve testresults collection scripts, so that the dectection of
"warning"s has less false positive.
2008-07-03 07:57:59 +00:00
Sylvain Pion f28e395b05 Avoid producing a "w" when the "-Wl,-read_only_relocs,warning" linker option is used
(I use it on Darwin).
2007-03-10 23:15:43 +00:00
Laurent Rineau 53d2c7ce8d - Attempt to fix the make detection on Solaris.
- Fix the Installation module of the testsuite: install.log is now shown entirely.
2007-02-16 18:04:57 +00:00
Laurent Rineau 3d5541ef61 Do not look for warnings if the results is "n" (which means "error"). 2007-02-14 16:58:03 +00:00
Laurent Rineau f07bd5e946 As for the test suite results, move the output of install.log to the
Installation package.
2007-02-13 18:45:24 +00:00
Laurent Rineau 677b560007 Add a line "install.log" to the test results. 2007-02-13 18:19:19 +00:00
Laurent Rineau 753f686a80 Test for warnings the libraries build logs too. 2007-02-13 13:59:56 +00:00
Laurent Rineau bea7da0780 Fix the testsuite outputs for libraries builds 2007-02-11 21:53:18 +00:00
Michael Hoffmann 06efa6ffab Remove -e option from grep because it doesn't work on Solaris. 2007-02-09 14:57:14 +00:00
Andreas Meyer 4ec2c7f37f testsuite webpage now has entries for libCGAL* 2007-01-11 22:32:08 +00:00
Sylvain Pion ca022a173a - Add a new package "Testsuite" that gathers the test-suite infrastructure.
- Move Scripts/test/ there.
- Add <CGAL/Testsuite/assert.h> that defines a CGAL_test_assert() macro.
  (yet to be documented)
2006-07-06 07:47:54 +00:00