Show
Ignore:
Timestamp:
11/02/09 01:09:42 (15 years ago)
Author:
mido
Message:

new version of libconfig added
an improvement of testsuite - calling of "testsuite print" prints all the currently prepared unit tests
a CMakeLists.txt modificiation to remowe CMake 2.8 warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/epdf_test.cpp

    r634 r689  
    88using namespace bdm; 
    99 
    10 TEST ( test_egamma ) { 
     10TEST ( egamma_test ) { 
    1111        epdf_harness::test_config ( "egamma.cfg" ); 
    1212} 
    1313 
    14 TEST ( test_enorm ) { 
     14TEST ( enorm_test ) { 
    1515        epdf_harness::test_config ( "enorm.cfg" ); 
    1616} 
    1717 
    1818// not using epdf_harness because eprod isn't configurable (yet?) 
    19 TEST ( test_eprod ) { 
     19TEST ( eprod_test ) { 
    2020        RV a ( "{eprod_a }", "1" ); 
    2121        RV b ( "{eprod_b }", "2" ); 
     
    4242} 
    4343 
    44 TEST ( test_ewishart ) { 
     44TEST ( ewishart_test ) { 
    4545        mat wM = "1.0 0.9; 0.9 1.0"; 
    4646        eWishartCh eW; 
     
    5858} 
    5959 
    60 TEST ( test_rwiwishart ) { 
     60TEST ( rwiwishart_test ) { 
    6161        mat wM = "1.0 0.9; 0.9 1.0"; 
    6262        rwiWishartCh rwW; 
     
    7676} 
    7777 
    78 TEST(test_dirich){ 
     78TEST(dirich_test){ 
    7979        epdf_harness::test_config ( "edirich.cfg" ); 
    8080}