X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3e4aba8bde56e605110f8140ab13f92b62b3711..66934906303205eef608e3463db03af6c7ac8f52:/teshsuite/simdag/basic3.c diff --git a/teshsuite/simdag/basic3.c b/teshsuite/simdag/basic3.c index 9657e3a0a5..273e1177ad 100644 --- a/teshsuite/simdag/basic3.c +++ b/teshsuite/simdag/basic3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,6 +11,11 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(basic3, sd, "SimDag test basic3"); +/* Basic SimDag Test 3 + * Scenario: + * - Create a chain of tasks (Init, A, Fin) + * Verify that the tasks are actually simulated in the right order. + */ int main(int argc, char **argv) {