aboutsummaryrefslogtreecommitdiff
path: root/src/network/dn_expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/dn_expand.c')
-rw-r--r--src/network/dn_expand.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/dn_expand.c b/src/network/dn_expand.c
index eac343af..53b1d582 100644
--- a/src/network/dn_expand.c
+++ b/src/network/dn_expand.c
@@ -31,3 +31,11 @@ int __dn_expand(const unsigned char *base, const unsigned char *end, const unsig
}
weak_alias(__dn_expand, dn_expand);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif