int test_chrono () { int errors = test_assignments (); errors += test_streamers (); errors += test_ace_time_value_operators (); errors += test_chrono_operators (); return errors; }
int main () { BEGIN_TESTS(0); test_constructors(); test_assignments(); test_access(); test_iterators(); test_capacity(); test_operations(); test_search(); return END_TESTS; }