From 2172d9cde5ac3e0f8bf17838aa7b1ac360f87049 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 31 Mar 2006 16:02:56 +0000 Subject: [PATCH] Missing tst function --- test/api/t13.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/api/t13.c b/test/api/t13.c index 551cb8c..f04125b 100644 --- a/test/api/t13.c +++ b/test/api/t13.c @@ -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 @@ -109,4 +109,11 @@ static void tst_no_config(void) zebra_stop(zs); } +static void tst(int argc, char **argv) +{ + tl_start_log(argc, argv); + tst_res(); + tst_no_config(); +} + TL_MAIN -- 1.7.10.4