root/library/tests/epdf_test.cpp
@
507
Revision 493, 269 bytes (checked in by vbarta, 15 years ago) |
---|
Line | |
---|---|
1 | #include "base/user_info.h" |
2 | #include "stat/exp_family.h" |
3 | #include "epdf_harness.h" |
4 | #include "UnitTest++.h" |
5 | |
6 | using namespace bdm; |
7 | |
8 | TEST ( test_egamma ) { |
9 | epdf_harness::test_config ( "egamma.cfg" ); |
10 | } |
11 | |
12 | TEST ( test_enorm ) { |
13 | epdf_harness::test_config ( "enorm.cfg" ); |
14 | } |
Note: See TracBrowser
for help on using the browser.