summaryrefslogtreecommitdiff
path: root/tests/check_suites.h
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-02-18 16:49:41 -0800
committerJosh Triplett <josh@josh-mobile.localdomain>2006-02-18 16:49:41 -0800
commit47ceed78612d48dcda62cc2686fc527d61abe38b (patch)
tree06f7f11c92006537925c09440c6b6f9178d2dd4c /tests/check_suites.h
Remove xcl and CVSROOT.
Diffstat (limited to 'tests/check_suites.h')
-rw-r--r--tests/check_suites.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/check_suites.h b/tests/check_suites.h
new file mode 100644
index 0000000..499f1af
--- /dev/null
+++ b/tests/check_suites.h
@@ -0,0 +1,4 @@
+#include <check.h>
+
+void suite_add_test(Suite *s, TFun tf, const char *name);
+Suite *public_suite(void);