Skip to content

Commit

Permalink
websocket test renamed to ws
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
  • Loading branch information
sustrik committed Nov 15, 2014
1 parent 25a05f6 commit 0292633
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 366 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ add_libnanomsg_test (ipc_shutdown)
add_libnanomsg_test (ipc_stress)
add_libnanomsg_test (tcp)
add_libnanomsg_test (tcp_shutdown)
add_libnanomsg_test (websocket)
add_libnanomsg_test (ws)

# Protocol tests.
add_libnanomsg_test (pair)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ TRANSPORT_TESTS = \
tests/ipc_stress \
tests/tcp \
tests/tcp_shutdown \
tests/websocket
tests/ws

PROTOCOL_TESTS = \
tests/pair \
Expand Down
364 changes: 0 additions & 364 deletions tests/websocket_stress.c

This file was deleted.

File renamed without changes.

0 comments on commit 0292633

Please sign in to comment.