Bladeren bron

add case of lib built in /test/ hierarchy

[SVN r21342]
Beman Dawes 22 jaren geleden
bovenliggende
commit
3b70a89868
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      tools/regression/compiler_status.cpp

+ 1 - 0
tools/regression/compiler_status.cpp

@@ -150,6 +150,7 @@ namespace
     string t( s );
     string::size_type pos = t.find( "/build/" );
     if ( pos != string::npos ) pos += 7;
+    else if ( (pos = t.find( "/test/" )) != string::npos ) pos += 6;
     else return "";
     return t.substr( pos, t.find( "/", pos ) - pos );
   }

粤ICP备19079148号