On 01.01.2013 22:17, Gabriela Gibson wrote: > Hi Brane and everyone here, > > I've used configure and friends before, albeit in a much smaller > setting, so the territory looks familiar. > > Googletest and virtual hosts also looks also like good tools to know > about -- I'll need some reading-in time, but I'm confident I can take > this project on. Could you please send me the two test cases and I'll > have a go?
See: subversion/bindings/cxxhl/tests/test_exception.cpp A suggestion about dealing with Ggoogle Test: We have to build the GTest libraries from source with the same compiler options as the rest of the library, see http://code.google.com/p/googletest/wiki/FAQ#Why_is_it_not_recommended_to_install_a_pre-compiled_copy_of_Goog On Debian/Ubuntu Linux, "apt-get install libgtest-dev" will put the sources in /usr/src/gtest and the headers in /usr/include/gtest. I propose we make our configury do something similar to what we do with SQLite amalgamation; e.g., get-deps.sh could download and unpack the GTest sources into ./gtest, and configure could find them there unless told to look elsewhere. Windows will be a bit trickier, but if you can make it work on Linux, that's quite good enough, so don't worry about Windows at this point. -- Brane -- Branko Čibej Director of Subversion | WANdisco | www.wandisco.com