Changeset 394 for library/tests
- Timestamp:
- 06/22/09 13:10:28 (16 years ago)
- Location:
- library/tests
- Files:
-
- 4 modified
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
library/tests/CMakeLists.txt
r386 r394 19 19 EXEC(enorm_test) 20 20 EXEC(egiw_test) 21 EXEC( stat_mixtures_test)21 EXEC(emix_test) 22 22 EXEC(test0) 23 23 EXEC(testResample) … … 29 29 EXEC(merger_2d_test) 30 30 EXEC(merger_iter_test) 31 EXEC( estim_mixtures_test)31 EXEC(mixtures_test) 32 32 33 33 EXEC(test_kalman) -
library/tests/emix_test.cpp
r386 r394 1 1 #include "stat/exp_family.h" 2 #include "stat/ mixtures.h"2 #include "stat/emix.h" 3 3 using namespace bdm; 4 4 -
library/tests/enorm_test.cpp
r386 r394 1 1 #include "stat/exp_family.h" 2 #include "stat/ mixtures.h"2 #include "stat/emix.h" 3 3 using namespace bdm; 4 4 -
library/tests/testSmp.cpp
r386 r394 1 1 2 2 #include "stat/exp_family.h" 3 #include "stat/ mixtures.h"3 #include "stat/emix.h" 4 4 5 5 using namespace bdm; -
library/tests/test_user_info.cpp
r390 r394 197 197 { 198 198 //////////////////////////////////// LOADING //////////////////////////////// 199 UI _File in("test_user_info_input.cfg");199 UIFile in("test_user_info_input.cfg"); 200 200 Transport *pepikovo = UI::build<Transport>(in, "pepikovo"); 201 201 cout << "pepikovo: " << pepikovo->to_string() << endl; … … 216 216 Car liaz(1989, "skoda", 1000); 217 217 Bike author(2001, "noname", false); 218 UI _File out;218 UIFile out; 219 219 220 220 UI::save(&audi, out, "marty");