File: test_tracker_http.h

package info (click to toggle)
libtorrent 0.15.7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,152 kB
  • sloc: cpp: 35,007; sh: 4,488; ansic: 4,397; makefile: 575; xml: 163
file content (12 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#include "helpers/test_fixture.h"

#include "torrent/utils/thread.h"

class test_tracker_http : public test_fixture {
  CPPUNIT_TEST_SUITE(test_tracker_http);
  CPPUNIT_TEST(test_basic);
  CPPUNIT_TEST_SUITE_END();

public:
  void test_basic();
};