Changeset 634 for library/tests
- Timestamp:
- 09/27/09 00:57:54 (15 years ago)
- Location:
- library/tests
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/epdf_test.cpp
r547 r634 75 75 CHECK_CLOSE ( observed, actual, 0.1 ); 76 76 } 77 78 TEST(test_dirich){ 79 epdf_harness::test_config ( "edirich.cfg" ); 80 }