Laurent Rineau
|
0fa2448c74
|
Fix incorrect use of echo. Use printf instead.
All lot of other uses of echo should be fixed.
Actually, "echo" should never be used to display a string that includes
some variables values!
|
2007-02-23 14:18:16 +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 |
Marc Glisse
|
7096ce117f
|
Add + before command to parent make rules (make gmake aware that the
command will execute a submake, and avoid errors about jobserver).
|
2007-01-12 12:52:12 +00:00 |
Andreas Meyer
|
4ec2c7f37f
|
testsuite webpage now has entries for libCGAL*
|
2007-01-11 22:32:08 +00:00 |
Andreas Meyer
|
e9e8387260
|
merged changes from CGAL_with_EXACUS branch into trunk.
revisions used:
(1) 32995:34537
(2) 34538:34906
|
2006-10-24 15:21:25 +00:00 |
Sylvain Pion
|
14cbdd7b60
|
- Document CGAL_test_assert().
|
2006-07-06 07:55:37 +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 |