+2007-08-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * README: Fix testing instructions.
+ * README-alpha: Fix release instructions: build in a new tree.
+
2007-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [ mingw, cygwin ]
To run a test group in isolation (say, you think you have fixed a bug,
but don't want to rerun the entire suite), you can do it like this:
- env TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' make check
+ env TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \
+ make -e check
Providing that you have a FAIL from the most recent group from a
particular demo directory (like the cdemo-static.test group above), you
test output like this:
env VERBOSE=1 TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \
- make check
+ make -e check
Alternatively, because each test is a shell script, in a non VPATH build,
you can simply execute the tests, they will be verbose.
* Run ./bootstrap.
-* Run ./configure and then make.
+* Run ./configure and then make. Do not reuse an existing build tree,
+ remove an old config.status file if present.
* Run `make fetch', which will fetch new versions of the files that are
maintained outside of libtool.