Show
Ignore:
Timestamp:
11/13/09 09:15:50 (15 years ago)
Author:
mido
Message:

stresssuite - halfway point

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • library/tests/stresssuite/blas_stress.cpp

    r717 r721  
    1  
     1#include "../mat_checks.h" 
    22#include <itpp/itbase.h> 
    33using namespace itpp; 
     
    4242} 
    4343 
    44 int main() { 
     44TEST ( blas_stress ) { 
    4545        Real_Timer tt; 
    4646        vec exec_times ( 4 ); 
     
    8787        itf << Name ( "exec_times_b" ) << exec_times_b; 
    8888        itf << Name ( "exec_times_c" ) << exec_times_c; 
    89  
    90         return 0; 
    9189}