summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-06-11 19:11:12 +0000
committerAlan Conway <aconway@apache.org>2010-06-11 19:11:12 +0000
commita9f181b86d3ce02142c898019d38b813b6ae6e26 (patch)
tree1f689129d59cde2b915436ac830b15a8242f31f9 /qpid/cpp/src/tests/Makefile.am
parent7355a257d3c94ab2c69ab7e0fb19448c6b96f9d2 (diff)
downloadqpid-python-a9f181b86d3ce02142c898019d38b813b6ae6e26.tar.gz
Fix ordering problem with of dependencies of make check.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 9a0fac9bbb..bb9628df52 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -378,7 +378,8 @@ EXTRA_DIST+= \
check-long:
$(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=
-check: python_prep test_env.sh sasl_config
+# Things that should be built before the check target runs.
+check-am: python_prep test_env.sh sasl_config
PYTHON_SRC_DIR=$(abs_srcdir)/../../../python
PYTHON_BLD_DIR=$(abs_builddir)/python