summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-27 19:41:23 +0000
committerAlan Conway <aconway@apache.org>2010-09-27 19:41:23 +0000
commit815420f4009fb975dd4d570f77c465dc80af7c08 (patch)
tree1f9ff69b0c3e88b3b651248086c86c816145b16a /cpp/src/tests/Makefile.am
parent4c6c970c197eb066b3474124898e94d26467a832 (diff)
downloadqpid-python-815420f4009fb975dd4d570f77c465dc80af7c08.tar.gz
Added install_env.sh to set environment variables to use an install prefix.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1001887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 0e61a40c29..02454971cb 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -148,8 +148,8 @@ endif
# Test programs that are installed and therefore built as part of make, not make check
-qpidtest_SCRIPTS += qpid-cpp-benchmark
-EXTRA_DIST += qpid-cpp-benchmark
+qpidtest_SCRIPTS += qpid-cpp-benchmark install_env.sh
+EXTRA_DIST += qpid-cpp-benchmark install_env.sh
qpidtest_PROGRAMS += receiver
receiver_SOURCES = \
@@ -377,7 +377,7 @@ check-long:
$(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=
# Things that should be built before the check target runs.
-check-am: python_prep test_env.sh sasl_config
+check-am: python_prep test_env.sh install_env.sh sasl_config
PYTHON_SRC_DIR=$(abs_srcdir)/../../../python
PYTHON_BLD_DIR=$(abs_builddir)/python
@@ -402,3 +402,4 @@ clean-local:
rm -rf $(CLEAN_LOCAL)
include testagent.mk
+