>>>>> "Paul" == Paul Bowyer <pbowyer at olynet.com> writes:
Paul> When I run maxima-local everything runs.
Paul> When I export PATH="~/maxima-test/bin:~/maxima-test/lib:~/maxima-test/libexec:"$PATH
Paul> and run xmaxima -l sbcl
Paul> or just run maxima,
Paul> I get errors in the test suite. It doesn't matter whether it's maxima or xmaxima.
Paul> Paul
Well, I ran this myself, after grabbing the latest version and
installing it (I almost never do this). With maxima-local,
file_search(test_readbase_lisp, file_search_tests)
works.
But from the installed maxima, it fails to find it, which is no
surprise because it's not actually there.
A peek at tests/Makefile.am indicates that test_readbase_lisp was not
installed.
I wish we could make the list of test files to be installed a bit more
automatic.
Ray