X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft13.c;h=f04125b811fd7863336ce47c117110613086a49d;hb=2cced0fc9668eedb5fb19d721ed4aa4c3f9ed371;hp=551cb8c8a57b3efced53331b656d28e3cbb07613;hpb=74fdf8a15af7bb827a256d9df3ecc34a57d2120f;p=idzebra-moved-to-github.git 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