Changeset 2076

Show
Ignore:
Timestamp:
03/10/08 11:18:33 (2 months ago)
Author:
joshr
Message:

run valgrind on smaller and perhaps more realistic datasets.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Swishetest/trunk/t/025-valgrind.t

    r2052 r2076  
    1717    mkpath( ["blib/index"], 0, 0755); 
    1818 
    19     my @docs = qw(  data/C012-trivial-xml/  
    20                     data/C020-words-txt/words-linux-fc1.txt  
    21                     data/C020-words-txt/words-osx-10_3.txt ); 
     19    my @docs = ( "data/C012-trivial-xml/", 
     20                 "data/C040-swishedocs-html", 
     21                 #data/C020-words-txt/words-linux-fc1.txt  
     22                 #data/C020-words-txt/words-osx-10_3.txt  
     23               ); 
    2224 
    2325    my $valgrind = mywhich( "valgrind" );