1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added common tests

This commit is contained in:
James Booth 2014-12-25 00:10:36 +00:00
parent 5929605440
commit 6b9f404c87
2 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,7 @@ tests_sources = \
tests/test_cmd_statuses.c tests/test_cmd_statuses.h \
tests/test_cmd_sub.c tests/test_cmd_sub.h \
tests/test_cmd_win.c tests/test_cmd_win.h \
tests/test_common.c tests/test_common.h \
tests/test_autocomplete.c tests/test_autocomplete.h \
tests/testsuite.c

View File

@ -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),