Allow to perform tests from the custom build dir:
commitbab4519617f9796990eee325925adb98ab635997
authorseyko <seyko2@gmail.com>
Fri, 20 May 2016 13:02:42 +0000 (20 16:02 +0300)
committerseyko <seyko2@gmail.com>
Fri, 20 May 2016 13:02:42 +0000 (20 16:02 +0300)
treeb05c980eb16dcaac3d2ba16b9de863421337d52b
parentd0e48c51c769dc84dc3ed8c4a1b5b07360faa818
Allow to perform tests from the custom build dir:

    mkdir build; cd build
    ../configure --prefix=./package
    make
    make test
    make install
configure