Changeset 505

Show
Ignore:
Timestamp:
08/12/09 14:08:32 (15 years ago)
Author:
vbarta
Message:

added configurable tests of mprod

Location:
library/tests
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mpdf_test.cpp

    r493 r505  
    2020        mpdf_harness::test_config ( "mlnorm.cfg" ); 
    2121} 
     22 
     23TEST ( test_mprod ) { 
     24        mpdf_harness::test_config ( "mprod.cfg" ); 
     25}