Missing tst function
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 31 Mar 2006 16:02:56 +0000 (16:02 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 31 Mar 2006 16:02:56 +0000 (16:02 +0000)
test/api/t13.c

index 551cb8c..f04125b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t13.c,v 1.6 2006-03-31 15:58:05 adam Exp $
+/* $Id: t13.c,v 1.7 2006-03-31 16:02:56 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -109,4 +109,11 @@ static void tst_no_config(void)
     zebra_stop(zs);
 }
 
     zebra_stop(zs);
 }
 
+static void tst(int argc, char **argv)
+{
+    tl_start_log(argc, argv);
+    tst_res();
+    tst_no_config();
+}
+
 TL_MAIN
 TL_MAIN