Laurent Rineau
cfae52022b
Make ${CGAL_TESTER} appear in the name of the test results file that is
...
uploaded to the testsuite collection machine.
2008-08-20 09:47:49 +00:00
Sylvain Pion
60a380e2f4
Remove the "v" verbose option to tar, as it obscures the useful info
...
in the logs for not much gain, I think.
2008-08-19 09:43:46 +00:00
Fernando Cacciola
0949438e32
Improved autotest_cgal_with_cmake/collect_cgal_testresults_from_cmake for multiple hosts and platforms
2008-08-13 22:21:38 +00:00
Fernando Cacciola
5774e5468a
Integrate main autotest logs with the results specific to the Installation package
2008-07-18 14:12:14 +00:00
Fernando Cacciola
b2aedb0026
Improved error reporting and collection in a multiple hosts scenario
2008-07-17 15:17:00 +00:00
Fernando Cacciola
2902a241f9
Allow MYSHELL to be missing from .autocgalrc since when unsued testers just set it to ""
2008-07-16 21:30:29 +00:00
Laurent Rineau
dbee2e2f50
Add a "trap" command so that the script erases its lock file even if it
...
exists prematurely.
2008-07-07 09:16:03 +00:00
Fernando Cacciola
81e9aa62d7
Improved error reporting in autotesting
2008-06-29 22:06:36 +00:00
Fernando Cacciola
731f291bad
Autotesting now using global reference release
2008-06-24 17:09:33 +00:00
Fernando Cacciola
c61079a997
Use TESTSUITE_CXXFLAGS/LDFLAGS when building the library (as the tests do)
2008-06-13 20:54:48 +00:00
Fernando Cacciola
68351644e0
Fixed release string replacement in CMakeCache.txt
2008-05-29 16:33:22 +00:00
Fernando Cacciola
94654eacf3
Fixed DOT_NOT_TEST usage
2008-05-27 16:03:39 +00:00
Laurent Rineau
a2f221b666
Fix the quotation in Fernando's modifications.
...
In a command like:
mv $SOURCE $TARGET
the two arguments must be doublely quoted:
mv "$SOURCE" "$TARGET"
That way, if $SOURCE is, for ex., "my file", it avoid the shell to call a
command like that:
mv my file "$TARGET"
which is moving *two* files "my" and "file" to "$TARGET". With the
double-quotes, after the parameters substitution, the call is correct, with
only two arguments:
mv "my file" "target"
2008-05-15 15:08:03 +00:00
Fernando Cacciola
1e55343104
Autotest: Fixed parsing of installation results
2008-05-15 14:28:11 +00:00
Laurent Rineau
1776707d3f
Commit of old modifications (that are used on cgal.geometryfactory.com for
...
several monthes). Those modifications should not bother other cgal testers.
Details:
- New flag "-n", to build internal releases without launching the
testsuite.
- Read "$HOME/.autocgal_with_cmake_rc" if it exists, instead of
"$HOME/.autocgalrc" (which is only read it the previous one does not
exist.
- Call cmake in verbose mode.
- Add quotes ("...") where needed (that is almost everywhere). That allows
filenames/dirnames with characteres that are special for the shell (such as
spaces).
- Change of the portion of shell code that modifies the occurences to
CGAL-3.x-I-xxx in CMakeCache.txt. I no longer understand the regexpr but I
know that it works (at least on cgal.geometryfactory.com).
- Move the section named "START OF MAIN BODY" to the real main body (after
all function definitions).
- That's all.
2008-05-15 12:43:21 +00:00
Fernando Cacciola
b7ced7de9f
Force 'make' to keep going in spite of errors (the testuite will detect the error nevertheless but will provide more information)
2008-05-13 23:21:05 +00:00
Fernando Cacciola
f2925cfeca
Workaround a problem with a clean target under cygwin+nmake
2008-03-20 19:12:21 +00:00
Fernando Cacciola
3de724258e
Convert cygwin path to windows path for CGAL_DIR to get CMake to properly find CGALConfig.cmake
2008-03-18 23:42:39 +00:00
Fernando Cacciola
6df1e6cb5f
Create local build and test scripts prepending a user-defined setup script to allow platform-specific environment configuration
2008-03-18 16:44:10 +00:00
Fernando Cacciola
3ce8e5fb19
Added Visual C++ debug hook configuration
2008-03-17 18:34:41 +00:00
Fernando Cacciola
4d995d8280
cygwin fixes
...
fixed adaptive copying of previous configuration settings
2008-03-14 12:55:18 +00:00
Fernando Cacciola
9dfbff50b8
Fixed leftover from local changes
2008-03-13 13:44:33 +00:00
Fernando Cacciola
412e9d6e7c
Fixes for cygwin, cl.exe and nmake
2008-03-13 12:55:12 +00:00
Fernando Cacciola
45b476a299
Remove 'tee' redirection
2008-03-11 17:46:20 +00:00
Fernando Cacciola
d9290833c2
Fixed copying of previous cmake cache
2008-03-10 15:52:14 +00:00
Fernando Cacciola
8eca6a9e15
Put testing routine back on background
2008-03-07 15:33:54 +00:00
Fernando Cacciola
69e8d74d6c
autotest with cmake update
2008-03-06 16:50:44 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Fernando Cacciola
a2642a2f34
autotest_cgal_with_cmake update
2008-03-05 20:42:26 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Fernando Cacciola
adc4f3f54f
support for multiple platforms added
2008-01-02 17:35:49 +00:00
Fernando Cacciola
b691c1bffe
first cut of autotest with cmake added
2007-12-28 17:43:12 +00:00