From: mquinson Date: Thu, 13 Sep 2007 12:33:03 +0000 (+0000) Subject: Explain code visitor of what's going on here X-Git-Tag: v3.3~1170 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/baf83582249b6de878ba97605d3bf6c4392e076b Explain code visitor of what's going on here git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4617 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/teshsuite/gras/README b/teshsuite/gras/README new file mode 100644 index 0000000000..df4bd1e9b1 --- /dev/null +++ b/teshsuite/gras/README @@ -0,0 +1,16 @@ +This directory contains several tests to the GRAS mecanism. The +difference with the examples/gras directory is that what's in here +tests some corner case that nobody would try in the first place. Here +is a list of the directory content: + +datadesc/ Tests the marshalling facilities, trying to read messages + comming from all the known architectures. This is done by + storing these messages in files and loading them as if they + were comming from a socket. + +empty_main/ Once upon a time, GRAS was broken when processes did + nothing. This test is here to ensure that this never + happen again. + +msg_handle/ Ensures the wanted semantic for gras_msg_handle(i) when + i<0, i==0 and i>0. \ No newline at end of file