about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 22:28:22 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 22:28:22 +0000
commit683da12c3aae53bb02ede52c924300580be9cc80 (patch)
tree0f047bd4d4d382a713c95584a806a5151da4036e /tests/test_cmd_account.h
parent6d75ebb8e9ebd292a57adb54ff22cac52b463dbd (diff)
downloadprofani-tty-683da12c3aae53bb02ede52c924300580be9cc80.tar.gz
Added cmd_account test
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
new file mode 100644
index 00000000..30944fe4
--- /dev/null
+++ b/tests/test_cmd_account.h
@@ -0,0 +1,2 @@
+void cmd_account_shows_usage_when_not_connected_and_no_args(void **state);
+void cmd_account_shows_account_when_connected_and_no_args(void **state);