Skip to content
Snippets Groups Projects
Commit f192f098 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

Add tests to build-process.

parent f3834a61
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ tarball: clean
-czf tarantool_$(UVERSION).orig.tar.gz tarantool-$(UVERSION)
clean::
find -type f -name \*.pyc -delete
rm -f test/box/admin.reject
install/tarantool-dbg::
rm -fr debian/tarantool-dbg/usr/share/doc/tarantool-dbg
......@@ -42,6 +44,7 @@ install/tarantool-client-dbg::
install/tarantool::
pod2man -c 'high performance key/value storage server' \
debian/tarantool_box.pod > build-area/tarantool_box.1
make -C build-area test || /bin/true
install/tarantool-common::
pod2man -c 'tarantool instances control' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment