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/emix_test.cpp

    r529 r689  
    1313static void check_covariance ( emix &distrib_obj, int nsamples, const mat &R, double tolerance); 
    1414 
    15 TEST ( test_emix_1 ) { 
     15TEST ( emix_1_test ) { 
    1616        RV x ( "{emixx }" ); 
    1717        RV y ( "{emixy }" ); 
     
    8888} 
    8989 
    90 TEST ( test_emix_2 ) { 
     90TEST ( emix_2_test ) { 
    9191        int N = 10000; // number of samples 
    9292        vec mu0 ( "1.5 1.7" );