mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Added common tests
This commit is contained in:
parent
5929605440
commit
6b9f404c87
@ -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
|
||||
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user