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

    r605 r689  
    55using namespace bdm; 
    66 
    7 TEST(test_LQG) { 
     7TEST(LQG_test) { 
    88        LQG reg; 
    99        shared_ptr<StateSpace<fsqmat> > stsp=new StateSpace<fsqmat>; 
     
    1818} 
    1919 
    20 TEST(test_to_state) { 
     20TEST(to_state_test) { 
    2121        mlnorm<fsqmat> ml; 
    2222        mat A="1.1, 2.3";