about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-13 23:48:07 +0000
committerJames Booth <boothj5@gmail.com>2015-01-13 23:48:07 +0000
commita65abed1fbb33c839cadc5e549b43e5f908b59a3 (patch)
tree33bc61aeb1438405484de5811e8be3a75c689d30 /tests/testsuite.c
parent844cd2dda713458d10c1db323cdb76aed0d9b46b (diff)
parentf6da9444794f6faa984f68c8f54849a170fe0e59 (diff)
downloadprofani-tty-a65abed1fbb33c839cadc5e549b43e5f908b59a3.tar.gz
Merge remote-tracking branch 'peterlvilim/keyring'
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index eb039cbe..32d298cf 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -331,6 +331,9 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_account_set_server_sets_server),
         unit_test(cmd_account_set_resource_sets_resource),
         unit_test(cmd_account_set_password_sets_password),
+        unit_test(cmd_account_set_eval_password_sets_eval_password),
+        unit_test(cmd_account_set_password_when_eval_password_set),
+        unit_test(cmd_account_set_eval_password_when_password_set),
         unit_test(cmd_account_set_muc_sets_muc),
         unit_test(cmd_account_set_nick_sets_nick),
         unit_test(cmd_account_show_message_for_missing_otr_policy),