[EMAIL PROTECTED] (Ludovic Courtès) writes: > > BTW, this script sets `GUILE_LOAD_PATH' to `${top_srcdir}/test-suite' > only. Consequently, the `ice-9' modules (and in particular > `boot-9.scm') are loaded from `${datadir}/guile/1.7', /not/ from the > source tree, which is wrong.
Did you try it (ie. ./check-guile)? I believe it uses ./pre-inst-guile, and that script sets the paths correctly to run uninstalled. A typical run to do one test is say "./check-guile elisp.test" from the top-level. > In fact, I would rather remove `check-guile' and the top-level > Makefile.am's `TESTS', and let `make check' recursively find out what to > do. Yep. I've done that for my charting package, you can set TESTS_ENVIRONMENT to "guile -s" or whatever for setups and so the test files don't have to be executables. It's automake-friendly, but you miss out on the aggregated success/fail counts that the current setup gives. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel