aboutsummaryrefslogtreecommitdiff
path: root/src/temp/__randname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/__randname.c')
-rw-r--r--src/temp/__randname.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/temp/__randname.c b/src/temp/__randname.c
index e9b970f1..fdc6484c 100644
--- a/src/temp/__randname.c
+++ b/src/temp/__randname.c
@@ -17,3 +17,11 @@ char *__randname(char *template)
return template;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif