X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/058c687b139f1131ed53c1ddf5703e3e704bb4f8..d832f2766cc024c1eaf8b90f2425b3c260e86ac2:/examples/simdag/test_simdag.in diff --git a/examples/simdag/test_simdag.in b/examples/simdag/test_simdag.in index 29b9faaf8a..d6e3291f6e 100644 --- a/examples/simdag/test_simdag.in +++ b/examples/simdag/test_simdag.in @@ -1,8 +1,15 @@ #! @BASH@ -e + +# Copyright (c) 2006, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + if [ x@EXEEXT@ = x ] ; then exenv=$SG_TEST_EXENV else exenv=wine fi -$exenv ./sd_test@EXEEXT@ @srcdir@/small_platform.xml $@ +$exenv ./sd_test@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml $@