diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-01-01 12:57:12 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-01-01 12:57:12 -0500 |
commit | d8aac5c51466990a4bbddc9d38c116ed9c59b769 (patch) | |
tree | 8bb2f1dfd2ba55b88fa2d2e4818027b828dabad2 /locale.c | |
parent | 47a2bf9daa50750a214a53d8968eb28ef816fe44 (diff) |
overwrite passsed tests, print summary of tests at the end of each header
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); } |