about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-01 16:32:36 +0000
committerJames Booth <boothj5@gmail.com>2014-02-01 16:32:36 +0000
commit1654f1365657bb1ed1c3151211fd13a3c8dc405b (patch)
treebaeb4d43e7130b07c4030e904c8755747c44ba44 /tests/helpers.h
parent614ae232ef59dc221290f75d3ae33d169e1afaf0 (diff)
downloadprofani-tty-1654f1365657bb1ed1c3151211fd13a3c8dc405b.tar.gz
Moved test helpers
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
new file mode 100644
index 00000000..6bc20503
--- /dev/null
+++ b/tests/helpers.h
@@ -0,0 +1,2 @@
+void init_preferences(void **state);
+void close_preferences(void **state);