root/library/tests/epdf_test.cpp @ 493

Revision 493, 269 bytes (checked in by vbarta, 15 years ago)

fixed UIREGISTER

RevLine 
[441]1#include "base/user_info.h"
2#include "stat/exp_family.h"
3#include "epdf_harness.h"
4#include "UnitTest++.h"
5
6using namespace bdm;
7
[477]8TEST ( test_egamma ) {
9        epdf_harness::test_config ( "egamma.cfg" );
[441]10}
[457]11
[477]12TEST ( test_enorm ) {
13        epdf_harness::test_config ( "enorm.cfg" );
[457]14}
Note: See TracBrowser for help on using the browser.