~vcs-imports/libtorrent/trunk

« back to all changes in this revision

Viewing changes to test/test_tailqueue.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:
78
78
        check_chain(q, expected);
79
79
}
80
80
 
81
 
int test_main()
 
81
TORRENT_TEST(tailqueue)
82
82
{
83
83
        tailqueue t1;
84
84
        tailqueue t2;