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 | a9f181b86d3ce02142c898019d38b813b6ae6e26 (patch) | |
| tree | 1f689129d59cde2b915436ac830b15a8242f31f9 /qpid/cpp/src | |
| parent | 7355a257d3c94ab2c69ab7e0fb19448c6b96f9d2 (diff) | |
| download | qpid-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')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
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 |
