Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add script file to help compil with windows.
[simgrid.git] / checkall
index 20f828e..8243eac 100755 (executable)
--- a/checkall
+++ b/checkall
@@ -11,10 +11,6 @@ my @skip;
 
 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);
@@ -88,6 +84,10 @@ $dashes =~ s/./X/g;
 print LOG "\n$dashes\n$banner\n$dashes\n\n";
 print     "\n$dashes\n$banner (full logs in checkall.log)\n$dashes\n\n";
 
+if (scalar @pass) {
+    print LOG "* ".(scalar @pass)." passed tests:\n";
+    map {print LOG "  $_\n"} @pass;
+}
 if (scalar @skip) {
     print LOG "* ".(scalar @skip)." skipped tests:\n";
     print     "* ".(scalar @skip)." skipped tests:\n";