tests: Pass -no-install to libtool
* tests/Makefile.am: add AM_LDFLAGS = -no-install
There is little point building tests with support for installation.
Passing -no-install stops libtool from building wrapper scripts,
thus allowing direct gdb/valgrind invocation on programs in tests/
subdirectory.
(cherry picked from commit bf34bfa5c458ee5ece91f25e3b4194d768498ab6)
- Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>