root/library/tests/rectangular_support_test.cpp
@
563
Revision 563, 206 bytes (checked in by vbarta, 16 years ago) |
---|
Line | |
---|---|
1 | #include "stat/discrete.h" |
2 | #include "mat_checks.h" |
3 | #include "UnitTest++.h" |
4 | |
5 | using namespace bdm; |
6 | |
7 | TEST ( test_rectangular_support ) { |
8 | rectangular_support rs; |
9 | CHECK_EQUAL ( rs.first_vec(), vec ( 0 ) ); |
10 | } |
Note: See TracBrowser
for help on using the browser.