Skip to content

Commit

Permalink
Adding new tests to main function
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Jan 9, 2025
1 parent 21c95bb commit c93a8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/reverse-string/test_reverse_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ int main(void)
RUN_TEST(test_a_sentence_with_punctuation);
RUN_TEST(test_a_palindrome);
RUN_TEST(test_an_even_sized_word);
RUN_TEST(test_wide_characters);
RUN_TEST(test_grapheme_cluster_with_pre_combined_form);
RUN_TEST(test_grapheme_clusters);

return UNITY_END();
}

0 comments on commit c93a8f6

Please sign in to comment.