Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
as we replace the path to tesh by a variable, memtest generation was not working...
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 30 Sep 2013 14:50:56 +0000 (16:50 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 30 Sep 2013 14:50:56 +0000 (16:50 +0200)
buildtools/Cmake/Scripts/generate_memcheck_tests.pl

index 7b06561..df08806 100755 (executable)
@@ -47,7 +47,7 @@ while ( defined( $line = <MAKETEST> ) ) {
     }
     if ($dump) {
         $line =~ s/^  //;
-        if ( $line =~ /^\s*ADD_TEST\(\S+\s+\S*\/tesh\s/ ) {
+        if ( $line =~ /^\s*ADD_TEST\(\S+\s+\S*TESH\_COMMAND\}\s/ ) {
             undef %environ;
             $config_var = "";
             $path       = "";