X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..dff095f3bac7c61f574346c553486798d7fec426:/test/testrig.h diff --git a/test/testrig.h b/test/testrig.h index 7a7fdb3..b37aa15 100644 --- a/test/testrig.h +++ b/test/testrig.h @@ -44,6 +44,10 @@ # include "dstr.h" #endif +#ifndef MLIB_MACROS_H +# include "macros.h" +#endif + /*----- Magical numbers ---------------------------------------------------*/ #define TEST_FIELDMAX 16 /* Maximum fields in a line */ @@ -115,9 +119,10 @@ extern int test_do(const test_suite /*suite*/[], * working properly. */ -extern void test_run(int /*argc*/, char */*argv*/[], - const test_chunk /*chunk*/[], - const char */*def*/); +extern void NORETURN + test_run(int /*argc*/, char */*argv*/[], + const test_chunk /*chunk*/[], + const char */*def*/); /*----- That's all, folks -------------------------------------------------*/