Commit 63b56d7f authored by Martin Sustrik's avatar Martin Sustrik

python perf tests are included into distribution package

parent 4307baf7
...@@ -328,7 +328,8 @@ AC_TYPE_SIGNAL ...@@ -328,7 +328,8 @@ AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs) AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \ 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([])
AC_MSG_RESULT([ ******************************************************** ]) AC_MSG_RESULT([ ******************************************************** ])
......
SUBDIRS = c cpp SUBDIRS = c cpp python
DIST_SUBDIRS = c cpp DIST_SUBDIRS = c cpp python
EXTRA_DIST = \
local_lat.py \
remote_lat.py \
local_thr.py \
remote_thr.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment