Hi all,
Some tests are installing to $(prefix)/bin. But it should be
$(prefix)/bin/system_test. A patch is attached. Please review and apply.
Thnaks.
~sanjaya
--
http://sanjaya.8k.com
Index: test/core/context/Makefile.am
===================================================================
--- test/core/context/Makefile.am (revision 386544)
+++ test/core/context/Makefile.am (working copy)
@@ -1,3 +1,4 @@
+prgbindir=$(prefix)/bin/system_test
TESTS = test_context
check_PROGRAMS = test_context
bin_PROGRAMS = test_context
Index: test/core/addr/Makefile.am
===================================================================
--- test/core/addr/Makefile.am (revision 386544)
+++ test/core/addr/Makefile.am (working copy)
@@ -1,3 +1,4 @@
+prgbindir=$(prefix)/bin/system_test
TESTS = test_addr
check_PROGRAMS = test_addr
bin_PROGRAMS = test_addr