From bc7e963c37d9c8d1c854ac960df241cfa34e3dc5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:11:38 +0200 Subject: Adding upstream version 1.7.2. Signed-off-by: Daniel Baumann --- test/nw_misc.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/nw_misc.c (limited to 'test/nw_misc.c') diff --git a/test/nw_misc.c b/test/nw_misc.c new file mode 100644 index 0000000..b45f951 --- /dev/null +++ b/test/nw_misc.c @@ -0,0 +1,23 @@ +#include +#include +#include +/* +#include "testutil.h" +*/ + +/* function to keep the screen open if not launched from bash */ +void _NonAppStop( void ) +{ + if (getenv("_IN_NETWARE_BASH_") == NULL) { + printf("\r\n "); + getcharacter(); + } +} + +/* +static void test_not_impl(CuTest *tc) +{ + CuNotImpl(tc, "Test not implemented on this platform yet"); +} +*/ + -- cgit v1.2.3