about summary refs log tree commit diff stats
path: root/tests/testsuite.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-01 14:47:09 +0100
committerJames Booth <boothj5@gmail.com>2012-07-01 14:47:09 +0100
commit30ca6cac3d7f86e4a43410ba361793cd99d97a10 (patch)
treedf0c1fa32c36b1b5ce7e2129892646547a28435e /tests/testsuite.h
parent9e686c0e01520c238b53b5620f936cebc7d5ba88 (diff)
downloadprofani-tty-30ca6cac3d7f86e4a43410ba361793cd99d97a10.tar.gz
Added autobuild tools
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r--tests/testsuite.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/testsuite.h b/tests/testsuite.h
new file mode 100644
index 00000000..f4bd9046
--- /dev/null
+++ b/tests/testsuite.h
@@ -0,0 +1,9 @@
+#ifndef TESTSUITE_H
+#define TESTSUITE_H
+
+void register_prof_history_tests(void);
+void register_contact_list_tests(void);
+void register_util_tests(void);
+void register_prof_autocomplete_tests(void);
+
+#endif