Run tests against an arbitrary installed svn
From: Julian Foad <julianfoad_at_apache.org>
Date: Thu, 17 Oct 2019 15:24:41 +0100
It would be good if we could run the test suite against an arbitrary
We have this for a starting point:
> make check SVN_BIN_DIR=/opt/foo/some/path
I found this by changing
-check: bin @TRANSFORM_LIBTOOL_SCRIPTS@ $(TEST_DEPS) @BDB_TEST_DEPS@
so the main "svn*" are not built in the source tree, and running "make
For the C tests, "make check" first builds the svn libraries in the
LD_LIBRARY_PATH=/path/to/installed/svn/lib
we can delete the libs from the source tree, and it will load dynamic
It would be good if we could make a clearer separation and be able to do
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.