diff options
| author | Alan Conway <aconway@apache.org> | 2013-06-27 20:05:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-06-27 20:05:32 +0000 |
| commit | 6593809a85240878d1ab31de81ab7906cd032ed2 (patch) | |
| tree | 775f686d83c8b0d5fa37560e7a59be11dcc6cabb /cpp/src | |
| parent | a168df6308daaa036415cbf75571a4285afe5983 (diff) | |
| download | qpid-python-6593809a85240878d1ab31de81ab7906cd032ed2.tar.gz | |
QPID-4961: Fix make distcheck problems with qpidd-p0 script.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1497549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 7aa8add442..808d9f9731 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -374,25 +374,20 @@ EXTRA_DIST+= \ topic_perftest \ sasl_test_setup.sh \ run_msg_group_tests_soak \ - qpidd-empty.conf + qpidd-empty.conf \ + qpidd-p0 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 install_env.sh sasl_config qpidd-p0 +check-am: python_prep test_env.sh install_env.sh sasl_config PYTHON_SRC_DIR=$(abs_srcdir)/../../../python PYTHON_BLD_DIR=$(abs_builddir)/python -# Copy qpidd-p0 to build directory so tests can find it easily. -qpidd-p0: force - cp $(abs_srcdir)/qpidd-p0 . - -force: - # Generate python client as part of the all-am target so it gets built before tests. -all-am: python_prep qpidd-p0 +all-am: python_prep python_prep: if test -d $(PYTHON_SRC_DIR); \ |
