aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_gethome__.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfonts_gethome__.c')
-rw-r--r--libfonts_gethome__.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/libfonts_gethome__.c b/libfonts_gethome__.c
index 902029f..f05dbfb 100644
--- a/libfonts_gethome__.c
+++ b/libfonts_gethome__.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
+#ifndef TEST
char *
@@ -38,3 +39,16 @@ libfonts_gethome__(struct libfonts_context *ctx)
free(buf);
return ret;
}
+
+
+#else
+
+
+int
+main(void)
+{
+ return 0; /* TODO add test */
+}
+
+
+#endif