summaryrefslogtreecommitdiff
path: root/test/nw_misc.c
blob: c3518bb16d9172136343679eaeb8152f4341a45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <netware.h>
#include <screen.h>
#include "testutil.h"

void _NonAppStop( void )
{
  if (getenv("_IN_NETWARE_BASH_") == NULL)
    pressanykey();
}

/*
static void test_not_impl(CuTest *tc)
{
    CuNotImpl(tc, "Test not implemented on this platform yet");
}
*/