From d8aac5c51466990a4bbddc9d38c116ed9c59b769 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 1 Jan 2019 12:57:12 -0500 Subject: overwrite passsed tests, print summary of tests at the end of each header --- locale.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'locale.c') diff --git a/locale.c b/locale.c index 629ef0b..b6d48ed 100644 --- a/locale.c +++ b/locale.c @@ -72,4 +72,6 @@ void test_locale(void) test_int_equals(lc->n_sep_by_space, CHAR_MAX); test_int_equals(lc->p_sign_posn, CHAR_MAX); test_int_equals(lc->n_sign_posn, CHAR_MAX); + + testing_end(); } -- cgit v1.2.1