Revision 1064, 486 bytes
(checked in by mido, 14 years ago)
|
astyle applied all over the library
|
-
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 | |
---|
9 | using namespace bdm; |
---|
10 | |
---|
11 | TEST ( mgamma_test ) { |
---|
12 | pdf_harness::test_config ( "mgamma.cfg" ); |
---|
13 | } |
---|
14 | |
---|
15 | TEST ( mlnorm_test ) { |
---|
16 | pdf_harness::test_config ( "mlnorm.cfg" ); |
---|
17 | } |
---|
18 | |
---|
19 | TEST ( mprod_test ) { |
---|
20 | pdf_harness::test_config ( "mprod.cfg" ); |
---|
21 | } |
---|
22 | |
---|
23 | TEST ( mmix_test ) { |
---|
24 | pdf_harness::test_config ( "mmix.cfg" ); |
---|
25 | } |
---|