aboutsummaryrefslogtreecommitdiffstats
path: root/enstrdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'enstrdup.c')
-rw-r--r--enstrdup.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/enstrdup.c b/enstrdup.c
index a5e2b81..2adb309 100644
--- a/enstrdup.c
+++ b/enstrdup.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "libsimple.h"
+#ifndef TEST
extern char *argv0;
@@ -15,3 +16,15 @@ libsimple_enstrdup(int status, const char *s) /* TODO test */
}
return ret;
}
+
+
+#else
+#include "test.h"
+
+int
+main(void)
+{
+ return 0;
+}
+
+#endif