Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a new disabiguisation on the GRAS communication model
[simgrid.git] / checkall
index 4512f3e32566fca1472a0cda02e63d0c25677e0d..7f48c2f2fc8a4d022de84cb74f6f7a9e4fd1cc58 100755 (executable)
--- a/checkall
+++ b/checkall
@@ -11,6 +11,10 @@ my @skip;
 
 my $dir;
 
 
 my $dir;
 
+if (-e "CMakeLists.txt") { # launched from dart
+    chdir "..";
+}
+
 open LOG,(">checkall.log") || die "Cannot open log file: $!";
 
 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
 open LOG,(">checkall.log") || die "Cannot open log file: $!";
 
 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);