tests: work around make check warning
authorDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 31 Oct 2012 15:01:16 +0000 (16:01 +0100)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 31 Oct 2012 16:04:04 +0000 (17:04 +0100)
commit046fbbac8730fe7ca578596fb71eb96fc77cfb93
treec0af24366e6f07c3e6c95bfd58a02d518d224340
parent9d465d2bdcdb04a4b0873d7628f4a3a6becd8216
tests: work around make check warning

The tests in tests/repository/ depend on libregress.so
from tests/scanner which cannot be loaded during make check.
Fixing this properly would require migrating to non-recursive
automake for the tests, but for now we can just work around
and set LD_LIBRARY_PATH (for linux) and PATH (for win32).

http://bugzilla.gnome.org/show_bug.cgi?id=675049
tests/repository/Makefile.am