aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_getenv__.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfonts_getenv__.c')
-rw-r--r--libfonts_getenv__.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/libfonts_getenv__.c b/libfonts_getenv__.c
index d998337..8ea0ce6 100644
--- a/libfonts_getenv__.c
+++ b/libfonts_getenv__.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
+#ifndef TEST
const char *
@@ -28,3 +29,16 @@ ok:
return *envp;
return ctx->ignore_process_environ ? NULL : getenv(name);
}
+
+
+#else
+
+
+int
+main(void)
+{
+ return 0; /* TODO add test */
+}
+
+
+#endif