about summary refs log tree commit diff stats
path: root/functionaltests/functionaltests.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-29 01:22:24 +0100
committerJames Booth <boothj5@gmail.com>2015-05-29 01:22:24 +0100
commit272e9f83fc97141a19af5db447481f37e587cfb3 (patch)
treee46b982a8831ea0f696e371013f5c4595f3cce12 /functionaltests/functionaltests.c
parent4ec78920919398bd2964c2eae680e1374714f419 (diff)
downloadprofani-tty-272e9f83fc97141a19af5db447481f37e587cfb3.tar.gz
Added priority tests
Diffstat (limited to 'functionaltests/functionaltests.c')
-rw-r--r--functionaltests/functionaltests.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/functionaltests/functionaltests.c b/functionaltests/functionaltests.c
index 1b84a73f..e0a4415a 100644
--- a/functionaltests/functionaltests.c
+++ b/functionaltests/functionaltests.c
@@ -79,6 +79,12 @@ int main(int argc, char* argv[]) {
         unit_test_setup_teardown(presence_chat_with_message,
             init_prof_test,
             close_prof_test),
+        unit_test_setup_teardown(presence_set_priority,
+            init_prof_test,
+            close_prof_test),
+        unit_test_setup_teardown(presence_includes_priority,
+            init_prof_test,
+            close_prof_test),
     };
 
     return run_tests(all_tests);