#include "stat/discrete.h" #include "mat_checks.h" #include "UnitTest++.h" using namespace bdm; TEST ( test_rectangular_support ) { rectangular_support rs; CHECK_EQUAL ( rs.first_vec(), vec ( 0 ) ); }