root/library/tests/testsuite/pdf_test.cpp @ 1064

Revision 1064, 486 bytes (checked in by mido, 14 years ago)

astyle applied all over the library

  • Property svn:eol-style set to native
RevLine 
[447]1#include "base/bdmbase.h"
2#include "base/user_info.h"
[516]3#include "stat/emix.h"
[447]4#include "itpp_ext.h"
[717]5#include "../pdf_harness.h"
6#include "../mat_checks.h"
[447]7#include "UnitTest++.h"
8
9using namespace bdm;
10
[689]11TEST ( mgamma_test ) {
[1064]12    pdf_harness::test_config ( "mgamma.cfg" );
[447]13}
[459]14
[689]15TEST ( mlnorm_test ) {
[1064]16    pdf_harness::test_config ( "mlnorm.cfg" );
[459]17}
[505]18
[689]19TEST ( mprod_test ) {
[1064]20    pdf_harness::test_config ( "mprod.cfg" );
[505]21}
[516]22
[689]23TEST ( mmix_test ) {
[1064]24    pdf_harness::test_config ( "mmix.cfg" );
[516]25}
Note: See TracBrowser for help on using the browser.