diff options
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index a15ba3578c..a95051fe95 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -349,3 +349,10 @@ EXTRA_DIST+=fanout_perftest shared_perftest multiq_perftest topic_perftest run_f check-long: $(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND= + +all: python_prep + +python_prep : + ( cd ../../../python ; make install EXEC_PREFIX=temp PYTHON_LIB=temp AMQP_SPEC_DIR=$${PWD}/../specs ) + + |
