aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_create_render_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglitter_create_render_context.c')
-rw-r--r--libglitter_create_render_context.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/libglitter_create_render_context.c b/libglitter_create_render_context.c
index 53b0705..7898ff8 100644
--- a/libglitter_create_render_context.c
+++ b/libglitter_create_render_context.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
+#ifndef TEST
LIBGLITTER_RENDER_CONTEXT *
@@ -45,3 +46,16 @@ fail:
libglitter_free_render_context(this);
return NULL;
}
+
+
+#else
+
+
+int
+main(void)
+{
+ return 0; /* TODO add test */
+}
+
+
+#endif