aboutsummaryrefslogtreecommitdiff
path: root/src/misc/fmtmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/fmtmsg.c')
-rw-r--r--src/misc/fmtmsg.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/fmtmsg.c b/src/misc/fmtmsg.c
index 69170b25..eadf5c1e 100644
--- a/src/misc/fmtmsg.c
+++ b/src/misc/fmtmsg.c
@@ -88,3 +88,11 @@ int fmtmsg(long classification, const char *label, int severity,
return ret;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif