mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Added autocomplete tests
This commit is contained in:
parent
c20e38a4f9
commit
003002d638
@ -67,6 +67,7 @@ tests_sources = \
|
||||
tests/config/stub_accounts.c \
|
||||
tests/helpers.c tests/helpers.h \
|
||||
tests/test_cmd_account.c tests/test_cmd_account.h \
|
||||
tests/test_autocomplete.c tests/test_autocomplete.h \
|
||||
tests/testsuite.c
|
||||
|
||||
main_source = src/main.c
|
||||
|
@ -83,7 +83,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),
|
||||
@ -94,7 +94,7 @@ int main(int argc, char* argv[]) {
|
||||
unit_test(add_two_adds_two),
|
||||
unit_test(add_two_same_adds_one),
|
||||
unit_test(add_two_same_updates),
|
||||
|
||||
/*
|
||||
unit_test(previous_on_empty_returns_null),
|
||||
unit_test(next_on_empty_returns_null),
|
||||
unit_test(previous_once_returns_last),
|
||||
|
Loading…
Reference in New Issue
Block a user