added some tests

This commit is contained in:
Arvid Norberg
2005-08-11 11:06:52 +00:00
parent 713dad845d
commit 8a90767be8
9 changed files with 404 additions and 13 deletions

18
test/Jamfile Normal file
View File

@@ -0,0 +1,18 @@
use-project /torrent : .. ;
project
:
requirements <threading>multi
<library>/torrent
<source>main.cpp
;
test-suite libtorrent :
# [ run test_storage.cpp ]
# [ run test_piece_picker.cpp ]
# [ run test_entry.cpp ]
[ run test_bencoding.cpp ]
[ run test_ip_filter.cpp ]
[ run test_hasher.cpp ]
;