is the line in Makefile.am that makes the tests pass.
I agree that INSTALL is perhaps unobvious a place to write docs. I should add a .testr.conf, so you can 'testr run' - but I don't have full support for getting subunit out of the subunit test suite atm. Bit of a bootstrap problem.
TESTS_ENVIRONMENT = SHELL_SHARE= '$(top_ srcdir) /shell/ share/' PYTHONPATH= '$(abs_ top_srcdir) /python' :${PYTHONPATH}
is the line in Makefile.am that makes the tests pass.
I agree that INSTALL is perhaps unobvious a place to write docs. I should add a .testr.conf, so you can 'testr run' - but I don't have full support for getting subunit out of the subunit test suite atm. Bit of a bootstrap problem.