diff options
Diffstat (limited to 'tests/check-libempathy.h')
-rw-r--r-- | tests/check-libempathy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/check-libempathy.h b/tests/check-libempathy.h new file mode 100644 index 000000000..1f3302583 --- /dev/null +++ b/tests/check-libempathy.h @@ -0,0 +1,6 @@ +#ifndef __CHECK_LIBEMPATHY__ +#define __CHECK_LIBEMPATHY__ + +TCase * make_empathy_utils_tcase (void); + +#endif /* #ifndef __CHECK_LIBEMPATHY__ */ |