mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
python perf tests are included into distribution package
This commit is contained in:
parent
4307baf7bc
commit
63b56d7fb3
@ -328,7 +328,8 @@ AC_TYPE_SIGNAL
|
||||
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
|
||||
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile)
|
||||
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
|
||||
perf/python/Makefile)
|
||||
|
||||
AC_MSG_RESULT([])
|
||||
AC_MSG_RESULT([ ******************************************************** ])
|
||||
|
@ -1,2 +1,2 @@
|
||||
SUBDIRS = c cpp
|
||||
DIST_SUBDIRS = c cpp
|
||||
SUBDIRS = c cpp python
|
||||
DIST_SUBDIRS = c cpp python
|
||||
|
5
perf/python/Makefile.am
Normal file
5
perf/python/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
EXTRA_DIST = \
|
||||
local_lat.py \
|
||||
remote_lat.py \
|
||||
local_thr.py \
|
||||
remote_thr.py
|
Loading…
x
Reference in New Issue
Block a user