moved to asio-1-0-0 from asio-head (get_asio & makefile fix)
tests moved to "check" target
This commit is contained in:
roman_rybalko
2008-06-28 10:38:12 +00:00
parent f5e567f3c5
commit 914dcac3d2
4 changed files with 87 additions and 132 deletions

View File

@@ -63,14 +63,3 @@ bindings/python/src/version.cpp
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libtorrent-rasterbar.pc
check: test
test/test_hasher \
&& test/test_bencoding \
&& test/test_ip_filter \
&& test/test_piece_picker \
&& test/test_storage \
&& test/test_buffer \
&& test/test_swarm \
&& test/test_primitives \
&& echo && echo && echo " **** all tests passed ****" && echo && echo