diff options
author | James Booth <boothj5@gmail.com> | 2014-12-25 00:10:36 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-12-25 00:10:36 +0000 |
commit | 6b9f404c8772b031e6370b9661aa75117ffcb10e (patch) | |
tree | 77f954809273132cf36dc51122ec3adf60c7c230 /tests | |
parent | 59296054407d81e53101a5553ac9c7c5de0adfab (diff) | |
download | profani-tty-6b9f404c8772b031e6370b9661aa75117ffcb10e.tar.gz |
Added common tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c index 77b4e1c8..26b4c7ec 100644 --- a/tests/testsuite.c +++ b/tests/testsuite.c @@ -35,7 +35,6 @@ int main(int argc, char* argv[]) { const UnitTest all_tests[] = { -/* unit_test(replace_one_substr), unit_test(replace_one_substr_beginning), unit_test(replace_one_substr_end), @@ -83,7 +82,7 @@ int main(int argc, char* argv[]) { unit_test(test_p_sha1_hash5), unit_test(test_p_sha1_hash6), unit_test(test_p_sha1_hash7), -*/ + unit_test(clear_empty), unit_test(reset_after_create), unit_test(find_after_create), |