Now we're using GIT; and some helpful remarks.
authorPhilipp Marek <philipp@marek.priv.at>
Sun, 23 Feb 2014 10:21:20 +0000 (11:21 +0100)
committerPhilipp Marek <philipp@marek.priv.at>
Sun, 23 Feb 2014 10:21:20 +0000 (11:21 +0100)
Makefile.in
README.1st

index dcbe08d..3dbba5d 100644 (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 ====================
 
index 8c3629d..54f3093 100644 (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