Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update surf doc to kill some more doc warnings
[simgrid.git] / teshsuite / gras / README
1 This directory contains several tests to the GRAS mecanism. The
2 difference with the examples/gras directory is that what's in here
3 tests some corner case that nobody would try in the first place. Here
4 is a list of the directory content:
5
6 empty_main/ Once upon a time, GRAS was broken when processes did
7             nothing. This test is here to ensure that this never
8             happen again.
9             
10 msg_handle/ Ensures the wanted semantic for gras_msg_handle(i) when
11             i<0, i==0 and i>0.