Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding basic graphxml test
[simgrid.git] / testsuite / xbt / graph.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE graph SYSTEM "graphxml.dtd">
3 <graph>
4   <node name="A"/>
5   <node name="B"/>
6   <edge source="A" target="B"/>
7 </graph>