diff --git a/Makefile.in b/Makefile.in index dcbe08d62..3dbba5de2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 ==================== diff --git a/README.1st b/README.1st index 8c3629d38..54f3093d4 100644 --- a/README.1st +++ b/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