2025-08-14 01:03 CEST

spring: develop 692b7a73 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2006-11-14 23:09:54 develop 2c0451ba
Changeset Experimental automatic testing setup that can be used to build and test,
in a single (unsupervised) run, all server-client combinations of all
spring versions built from lists of:
 * multiple gcc versions, including mingw crosscompilation (tested using wine)
 * multiple optimization options

Watch out for the exponential growth of the run time of the script.
It performs N = (number of gcc versions) times (number of optimization options)
builds, and N^2/2 tests.

Binaries detected to already exist aren't rebuilt and tests detected to have
already runned aren't runned again (this includes swapped server/client).

Make sure to sufficiently understand the scripts before attempting to use them:
I am not responsible for any harm they may do to you, your computer, etc.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2611 37977431-3df6-0310-b722-df95706aa16b
add - tools/scripts/builder.sh Diff ] File ]
add - tools/scripts/runner.sh Diff ] File ]