File: test_tracker_http.cc

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 (11 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#include "config.h"

#include "test_tracker_http.h"

#include "tracker/tracker_http.h"

CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(test_tracker_http, "tracker");

void
test_tracker_http::test_basic() {
}