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

Revision 721, 474 bytes (checked in by mido, 15 years ago)

stresssuite - halfway point

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