X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2Ftestlib.h;h=a6ac3cc258b528ec24483fa19105fdcc992cba1a;hp=03543562861925acff508d416dcee66b2e05246b;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hpb=0923abfae0f509e33ce05bcd88195ea8dd735f9f diff --git a/test/api/testlib.h b/test/api/testlib.h index 0354356..a6ac3cc 100644 --- a/test/api/testlib.h +++ b/test/api/testlib.h @@ -1,4 +1,4 @@ -/* $Id: testlib.h,v 1.18 2006-03-31 15:58:05 adam Exp $ +/* $Id: testlib.h,v 1.19 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -124,3 +124,11 @@ void tl_check_filter(ZebraService zs, const char *name); #define TL_MAIN int main(int argc, char **argv) { \ YAZ_CHECK_INIT(argc, argv); tst(argc, argv); YAZ_CHECK_TERM; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +