X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftest.h;h=c57b1975982b8645e1c4d0f5d6a2837980132edd;hb=a1adc770bc8b74097e1d4388d16b1246063da7e7;hp=a40e0f605e692704fc81fa0f76fefe02fa50b96e;hpb=abd3118d2280ffe01b4ff3a7b36428b7b5c91827;p=yaz-moved-to-github.git diff --git a/include/yaz/test.h b/include/yaz/test.h index a40e0f6..c57b197 100644 --- a/include/yaz/test.h +++ b/include/yaz/test.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: test.h,v 1.5 2006-04-20 20:50:51 adam Exp $ + * $Id: test.h,v 1.6 2006-05-10 12:52:17 heikki Exp $ */ /** \file test.h @@ -15,6 +15,9 @@ #include #include +/** \brief Get the verbosity level */ +int yaz_test_get_verbosity(); + /** \brief Test OK */ #define YAZ_TEST_TYPE_OK 1 /** \brief Test failed */ @@ -47,6 +50,7 @@ /** \brief Macro to terminate the system (end of main, normally) */ #define YAZ_CHECK_TERM yaz_check_term1(); return 0 + YAZ_BEGIN_CDECL /** \brief used by macro. Should not be called directly */ YAZ_EXPORT void yaz_check_init1(int *argc, char ***argv);