Now we're using GIT; and some helpful remarks.

This commit is contained in:
Philipp Marek 2014-02-23 11:21:20 +01:00
parent 5c9a58723a
commit 348cc81afb
2 changed files with 14 additions and 1 deletions

View file

@ -34,7 +34,7 @@ MACHINE = @MACHINE_VERSION@
VERSION=@PACKAGE_VERSION@
WWW=http://ecls.sourceforge.net/
ADDRESS=anonymous@ecls.cvs.sourceforge.net:/cvsroot/ecls
ADDRESS=git://git.code.sf.net/p/ecls/ecl
# ==================== Things `configure' Might Edit ====================

View file

@ -1 +1,14 @@
You can find the preprocessed documentation in ./doc in HTML format.
About testing:
--------------
make check
to (get, initialize and) run the tests
make -C build/tests do-regressions
make -C build/tests do-ansi
make -C build/tests do-quicklisp
make -C build/tests do-mop-tests
runs the specified tests