root/library/tests/mpdf_test.cpp @ 505

Revision 505, 481 bytes (checked in by vbarta, 15 years ago)

added configurable tests of mprod

RevLine 
[447]1#include "base/bdmbase.h"
2#include "base/user_info.h"
3#include "stat/exp_family.h"
4#include "itpp_ext.h"
5#include "mpdf_harness.h"
6#include "mat_checks.h"
7#include "UnitTest++.h"
8
9using namespace bdm;
10
[477]11TEST ( test_mepdf ) {
12        mpdf_harness::test_config ( "mepdf.cfg" );
[462]13}
14
[477]15TEST ( test_mgamma ) {
16        mpdf_harness::test_config ( "mgamma.cfg" );
[447]17}
[459]18
[477]19TEST ( test_mlnorm ) {
20        mpdf_harness::test_config ( "mlnorm.cfg" );
[459]21}
[505]22
23TEST ( test_mprod ) {
24        mpdf_harness::test_config ( "mprod.cfg" );
25}
Note: See TracBrowser for help on using the browser.