summaryrefslogtreecommitdiff
path: root/cpp/src
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
commitfb72843cbc265599f697376c09dacc3f78355033 (patch)
treebe8abbdb1398d505fd571eaf352ee856d6cb9523 /cpp/src
parent0026e4ef4e6a5b6a0e02a349175633f04f3dbbdf (diff)
downloadqpid-python-fb72843cbc265599f697376c09dacc3f78355033.tar.gz
Fix ordering problem with of dependencies of make check.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 9a0fac9bbb..bb9628df52 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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