X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft13.c;h=ee5d7f30fda3ab33798ff7102a3a9551a2f5901d;hb=6ba9698e88c0283e40fa5980a1a6b551fff2d597;hp=551cb8c8a57b3efced53331b656d28e3cbb07613;hpb=74fdf8a15af7bb827a256d9df3ecc34a57d2120f;p=idzebra-moved-to-github.git diff --git a/test/api/t13.c b/test/api/t13.c index 551cb8c..ee5d7f3 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.8 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -109,4 +109,19 @@ 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 +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +