~ chicken-core (chicken-5) /scripts/README


 1README for scripts/
 2===================
 3
 4
 5This directory contains a couple of things that might be useful:
 6
 7  test-dist.sh
 8
 9    Takes a platform-designator and the path to a tarball and unpacks,
10    builds and tests the chicken distribution contained therein.
11
12  makedist.scm
13
14    Creates a distribution tarball from a chicken svn checkout.
15
16  mini-salmonella.scm
17
18    A minimalistic version of `salmonella', the egg-test tool. It
19    takes a path to a local checkout of the extensions repository
20    and compiles each egg from scratch, reporting success or 
21    failure.
Trap