Now we're using GIT; and some helpful remarks.
This commit is contained in:
parent
5c9a58723a
commit
348cc81afb
2 changed files with 14 additions and 1 deletions
|
|
@ -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 ====================
|
||||
|
||||
|
|
|
|||
13
README.1st
13
README.1st
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue