Tue, 31 Dec 2024 12:41:01 +0100
move the test execution for string_to_number back in line
tests/ucxtest.c | file | annotate | diff | comparison | revisions |
--- a/tests/ucxtest.c Sun Dec 29 18:03:21 2024 +0100 +++ b/tests/ucxtest.c Tue Dec 31 12:41:01 2024 +0100 @@ -67,7 +67,7 @@ cx_test_suite_streams(), cx_test_suite_compare(), cx_test_suite_string(), - //cx_test_suite_string_to_number(), + cx_test_suite_string_to_number(), cx_test_suite_buffer(), cx_test_suite_hash_key(), cx_test_suite_hash_map(), @@ -82,8 +82,7 @@ cx_test_suite_properties(), cx_test_suite_mempool(), cx_test_suite_json(), - cx_test_suite_printf(), - cx_test_suite_string_to_number() + cx_test_suite_printf() ); printf("=== OVERALL RESULT ===\n"); printf(" Total: %u\n Success: %u\n Failure: %u\n",