From 348cc81afbd08cb8e3167b875658d04ceeb2868a Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Sun, 23 Feb 2014 11:21:20 +0100 Subject: [PATCH] Now we're using GIT; and some helpful remarks. --- Makefile.in | 2 +- README.1st | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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