diff options
author | Alan Conway <aconway@apache.org> | 2010-06-11 19:11:12 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-06-11 19:11:12 +0000 |
commit | 5979d7fdacaf03f7d3b4b03f627960280f9c2b34 (patch) | |
tree | be8abbdb1398d505fd571eaf352ee856d6cb9523 /cpp/src | |
parent | 38bf5de394cd3f0f9309924cbdabc96940f98a91 (diff) | |
download | qpid-python-5979d7fdacaf03f7d3b4b03f627960280f9c2b34.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.am | 3 |
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 |