Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop tests of the transport layer. The introduction of the receiving thread make...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 12 Sep 2007 15:39:10 +0000 (15:39 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 12 Sep 2007 15:39:10 +0000 (15:39 +0000)
commit52c33af391915f5257acafa1de193678cc5b49b7
treec2780fcb5ba6a8eb40ea462e4d5599dac237f346
parent6c100ab70bd411bfa74118817f1fb974a3b7252b
Drop tests of the transport layer. The introduction of the receiving thread make them impossible since this dude absolutely expects messages on the socket, and make impossible to exchange raw data as done in these tests. These functionnalities are well tested elsewhere. datadesc_usage tests file sockets, and pretty everyone tests regular sockets

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4604 48e7efb5-ca39-0410-a469-dd3cf9ba447f
teshsuite/Makefile.am
teshsuite/Makefile.in
teshsuite/gras/trp_file_client
teshsuite/gras/trp_file_client.c [deleted file]
teshsuite/gras/trp_file_server.c [deleted file]
teshsuite/gras/trp_file_usage.tesh [deleted file]
teshsuite/gras/trp_tcp_client.c [deleted file]
teshsuite/gras/trp_tcp_server.c [deleted file]
teshsuite/gras/trp_tcp_usage.tesh [deleted file]