about summary refs log tree commit diff stats
path: root/tests/test_cmd_win.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-01 23:54:26 +0100
committerJames Booth <boothj5@gmail.com>2014-04-01 23:54:26 +0100
commitb19b881b97dccff4e5589b5585db27beea1683de (patch)
tree905823dd214fb3e5adcf6c5f8f7c5463378246e5 /tests/test_cmd_win.h
parent7113b979524d16a20048e2533cffa580a0b2d288 (diff)
downloadprofani-tty-b19b881b97dccff4e5589b5585db27beea1683de.tar.gz
Added missing files, refactored ui_switch_win to check win exists
Diffstat (limited to 'tests/test_cmd_win.h')
-rw-r--r--tests/test_cmd_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_cmd_win.h b/tests/test_cmd_win.h
new file mode 100644
index 00000000..a0f61a6b
--- /dev/null
+++ b/tests/test_cmd_win.h
@@ -0,0 +1,2 @@
+void cmd_win_shows_message_when_win_doesnt_exist(void **state);
+void cmd_win_switches_to_given_win_when_exists(void **state);