Skip to content

Commit

Permalink
tests: remove obsolete test-reactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
avikivity committed Jun 20, 2015
1 parent 9b884b3 commit 32ede23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
2 changes: 0 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def debug_flag(compiler):
}

tests = [
'tests/test-reactor',
'tests/fileiotest',
'tests/directory_test',
'tests/linecount',
Expand Down Expand Up @@ -274,7 +273,6 @@ def have_xen():
'libseastar.a' : core + libnet,
'seastar.pc': [],
'apps/seastar/seastar': ['apps/seastar/main.cc'] + core,
'tests/test-reactor': ['tests/test-reactor.cc'] + core,
'apps/httpd/httpd': ['apps/httpd/demo.json', 'apps/httpd/main.cc'] + http + libnet + core,
'apps/memcached/memcached': ['apps/memcached/memcache.cc'] + memcache_base,
'tests/memcached/test_ascii_parser': ['tests/memcached/test_ascii_parser.cc'] + memcache_base + boost_test_lib,
Expand Down
66 changes: 0 additions & 66 deletions tests/test-reactor.cc

This file was deleted.

0 comments on commit 32ede23

Please sign in to comment.