~vcs-imports/libtorrent/trunk

« back to all changes in this revision

Viewing changes to test/test_web_seed_socks5.cpp

  • Committer: arvidn
  • Date: 2015-05-30 04:31:23 UTC
  • Revision ID: svn-v4:a83610d8-ad2a-0410-a6ab-fc0612d85776:trunk:11124
merge small unit tests to make running the tests quicker. expand the test framework a bit. add ax_boost_random.m4 script to link against boost.random correctly from makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
const int proxy = libtorrent::settings_pack::socks5;
40
40
 
41
 
int test_main()
 
41
TORRENT_TEST(web_seed_socks5)
42
42
{
43
43
        int ret = 0;
44
44
        for (int url_seed = 0; url_seed < 2; ++url_seed)