- Timestamp:
- 07/31/09 09:05:09 (15 years ago)
- Location:
- library/tests
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/mpdf_test.cpp
r457 r459 14 14 ParticularUI<mgamma>("mgamma")); 15 15 16 template<> 17 const ParticularUI<mlnorm<ldmat> > &ParticularUI<mlnorm<ldmat> >::factory( 18 ParticularUI<mlnorm<ldmat> >("mlnorm<ldmat>")); 19 16 20 TEST(test_mgamma) { 17 21 mpdf_harness::test_config("mgamma.cfg"); 18 22 } 23 24 TEST(test_mlnorm) { 25 mpdf_harness::test_config("mlnorm.cfg"); 26 }