netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
testhelper.c File Reference
#include <signal.h>
#include <stdio.h>
#include "afpcmd.h"
#include "afphelper.h"
#include "testhelper.h"
#include "afpclient.h"

Macros

#define SKIPPED_MSG_BUFSIZE   256

Functions

void test_skipped (int why)
void test_failed (void)
void test_nottested (void)
void enter_test (void)
void exit_test (char *name)

Variables

static int CurTestResult
static char * Why
static char skipped_msg_buf [SKIPPED_MSG_BUFSIZE]

Macro Definition Documentation

◆ SKIPPED_MSG_BUFSIZE

#define SKIPPED_MSG_BUFSIZE   256

Function Documentation

◆ enter_test()

void enter_test ( void )

◆ exit_test()

void exit_test ( char * name)

◆ test_failed()

void test_failed ( void )

◆ test_nottested()

void test_nottested ( void )

◆ test_skipped()

void test_skipped ( int why)

Variable Documentation

◆ CurTestResult

int CurTestResult
static

◆ skipped_msg_buf

char skipped_msg_buf[SKIPPED_MSG_BUFSIZE]
static

◆ Why

char* Why
static