Changeset 634 for library/tests

Show
Ignore:
Timestamp:
09/27/09 00:57:54 (15 years ago)
Author:
smidl
Message:

Dirichlet sampling with unit test

Location:
library/tests
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/epdf_test.cpp

    r547 r634  
    7575        CHECK_CLOSE ( observed, actual, 0.1 ); 
    7676} 
     77 
     78TEST(test_dirich){ 
     79        epdf_harness::test_config ( "edirich.cfg" ); 
     80}